Skip to content

Commit

Permalink
chore: refactor dependencies for improved validation
Browse files Browse the repository at this point in the history
- Add the dependency `github.com/go-playground/validator/v10 v10.19.0` directly in go.mod
- Remove the indirect dependency `github.com/go-playground/validator/v10 v10.19.0`

Signed-off-by: Jqs7 <[email protected]>
  • Loading branch information
jqs7 committed Apr 27, 2024
1 parent b62756c commit 4831e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require (
github.com/gavv/httpexpect/v2 v2.16.0
github.com/gin-gonic/gin v1.9.1
github.com/go-openapi/spec v0.21.0
github.com/go-playground/validator/v10 v10.19.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/lmittmann/tint v1.0.4
github.com/mailru/easyjson v0.7.7
Expand Down Expand Up @@ -36,7 +37,6 @@ require (
github.com/go-openapi/swag v0.23.0 // 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.19.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
Expand Down

0 comments on commit 4831e54

Please sign in to comment.