develop #13

Merged
zeni merged 2 commits from develop into main 2024-12-24 00:02:26 -05:00
Showing only changes of commit d572509351 - Show all commits

3
go.mod
View file

@ -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