forked from goffee/cup
updates
This commit is contained in:
parent
a756cd418d
commit
3360d106c0
2 changed files with 8 additions and 11 deletions
13
go.mod
13
go.mod
|
|
@ -1,19 +1,16 @@
|
|||
module git.smarteching.com/goffee/cup
|
||||
|
||||
replace (
|
||||
git.smarteching.com/goffee/core => ../core
|
||||
|
||||
git.smarteching.com/goffee/cup/config => ./config
|
||||
git.smarteching.com/goffee/cup/handlers => ./handlers
|
||||
git.smarteching.com/goffee/cup/middlewares => ./middlewares
|
||||
git.smarteching.com/goffee/cup/models => ./models
|
||||
git.smarteching.com/goffee/cup/config => ./config
|
||||
git.smarteching.com/goffee/cup/handlers => ./handlers
|
||||
git.smarteching.com/goffee/cup/middlewares => ./middlewares
|
||||
git.smarteching.com/goffee/cup/models => ./models
|
||||
)
|
||||
|
||||
|
||||
go 1.23.1
|
||||
|
||||
require (
|
||||
git.smarteching.com/goffee/core v1.7.2
|
||||
git.smarteching.com/goffee/core v1.7.3
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/julienschmidt/httprouter v1.3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue