develop #13
1 changed files with 2 additions and 1 deletions
3
go.mod
3
go.mod
|
@ -1,6 +1,7 @@
|
|||
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
|
||||
|
@ -10,7 +11,7 @@ replace (
|
|||
go 1.23.1
|
||||
|
||||
require (
|
||||
git.smarteching.com/goffee/core v1.8.4
|
||||
git.smarteching.com/goffee/core v1.9.0
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/hibiken/asynq v0.25.1
|
||||
github.com/joho/godotenv v1.5.1
|
||||
|
|
Loading…
Reference in a new issue