fix core version

This commit is contained in:
Zeni Kim 2024-12-23 23:58:48 -05:00
parent 273b43f5e0
commit d572509351

3
go.mod
View file

@ -1,6 +1,7 @@
module git.smarteching.com/goffee/cup module git.smarteching.com/goffee/cup
replace ( replace (
git.smarteching.com/goffee/core => ../core
git.smarteching.com/goffee/cup/config => ./config git.smarteching.com/goffee/cup/config => ./config
git.smarteching.com/goffee/cup/handlers => ./handlers git.smarteching.com/goffee/cup/handlers => ./handlers
git.smarteching.com/goffee/cup/middlewares => ./middlewares git.smarteching.com/goffee/cup/middlewares => ./middlewares
@ -10,7 +11,7 @@ replace (
go 1.23.1 go 1.23.1
require ( 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/google/uuid v1.6.0
github.com/hibiken/asynq v0.25.1 github.com/hibiken/asynq v0.25.1
github.com/joho/godotenv v1.5.1 github.com/joho/godotenv v1.5.1