diff --git a/backend/go.mod b/backend/go.mod index aeefe27..6fa51bd 100644 --- a/backend/go.mod +++ b/backend/go.mod @@ -7,6 +7,7 @@ require ( github.com/glebarez/sqlite v1.11.0 github.com/golang-jwt/jwt/v5 v5.3.1 github.com/joho/godotenv v1.5.1 + github.com/go-playground/validator/v10 v10.14.0 golang.org/x/crypto v0.50.0 gorm.io/driver/mysql v1.6.0 gorm.io/driver/postgres v1.6.0 @@ -25,7 +26,6 @@ require ( github.com/glebarez/go-sqlite v1.21.2 // 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.30.1 // indirect github.com/go-sql-driver/mysql v1.8.1 // indirect github.com/goccy/go-json v0.10.5 // indirect github.com/goccy/go-yaml v1.19.2 // indirect