diff --git a/go.mod b/go.mod index 2e7078c..e6be3df 100644 --- a/go.mod +++ b/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