Update tasks
Change-Id: I01c6148bfd6be2d1e3f049c66e9eeba218ea155a
diff --git a/server/go.mod b/server/go.mod
index c4de622..57a82f1 100644
--- a/server/go.mod
+++ b/server/go.mod
@@ -3,6 +3,7 @@
go 1.24.4
require (
+ github.com/gin-gonic/gin v1.10.1
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
github.com/spf13/cobra v1.9.1
@@ -17,7 +18,6 @@
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
- github.com/gin-gonic/gin v1.10.1 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.20.0 // indirect