diff --git a/go.mod b/go.mod index 1c6023d..06b2775 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,9 @@ module github.com/burakaktna/VugoPress go 1.20 require ( + github.com/go-playground/validator/v10 v10.22.1 github.com/gofiber/fiber/v2 v2.52.5 - github.com/golang-jwt/jwt/v4 v4.5.0 + github.com/golang-jwt/jwt/v4 v4.5.1 github.com/jinzhu/gorm v1.9.16 github.com/joho/godotenv v1.5.1 golang.org/x/crypto v0.19.0 @@ -15,7 +16,6 @@ require ( github.com/gabriel-vasile/mimetype v1.4.3 // 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.22.1 // indirect github.com/google/uuid v1.5.0 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/klauspost/compress v1.17.0 // indirect