diff --git a/auth/go.mod b/auth/go.mod index 8cd5a8d31a..fd0a0e07e6 100644 --- a/auth/go.mod +++ b/auth/go.mod @@ -25,7 +25,7 @@ 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.22.0 + github.com/go-playground/validator/v10 v10.22.1 github.com/golang-jwt/jwt v3.2.2+incompatible // indirect github.com/golang-migrate/migrate/v4 v4.17.1 github.com/hashicorp/errwrap v1.1.0 // indirect