changed name
This commit is contained in:
parent
4df52360e8
commit
df6a6bd430
5 changed files with 6 additions and 6 deletions
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module github.com/Bronku/iroon
|
||||
module github.com/Bronku/cake-order-tracker
|
||||
|
||||
go 1.23.5
|
||||
|
||||
|
|
|
|||
4
main.go
4
main.go
|
|
@ -6,8 +6,8 @@ import (
|
|||
"net/http"
|
||||
"time"
|
||||
|
||||
"github.com/Bronku/iroon/server"
|
||||
"github.com/Bronku/iroon/store"
|
||||
"github.com/Bronku/cake-order-tracker/server"
|
||||
"github.com/Bronku/cake-order-tracker/store"
|
||||
"github.com/BurntSushi/toml"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/Bronku/iroon/models"
|
||||
"github.com/Bronku/cake-order-tracker/models"
|
||||
"gorm.io/gorm"
|
||||
"gorm.io/gorm/clause"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ import (
|
|||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/Bronku/iroon/models"
|
||||
"github.com/Bronku/cake-order-tracker/models"
|
||||
"gorm.io/gorm"
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import (
|
|||
"log"
|
||||
"os"
|
||||
|
||||
"github.com/Bronku/iroon/models"
|
||||
"github.com/Bronku/cake-order-tracker/models"
|
||||
"gorm.io/driver/sqlite"
|
||||
"gorm.io/gorm"
|
||||
"gorm.io/gorm/logger"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue