Skip to content

Commit 8daba17

Browse files
Bump github.com/go-playground/validator/v10 from 10.2.0 to 10.3.0
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.2.0 to 10.3.0. - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.2.0...v10.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 70eaa42 commit 8daba17

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/go-kit/kit v0.10.0
2222
github.com/go-playground/locales v0.13.0
2323
github.com/go-playground/universal-translator v0.17.0
24-
github.com/go-playground/validator/v10 v10.2.0
24+
github.com/go-playground/validator/v10 v10.3.0
2525
github.com/gogo/protobuf v1.3.1
2626
github.com/golang/mock v1.3.1 // indirect
2727
github.com/golang/protobuf v1.3.5

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD87
179179
github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA=
180180
github.com/go-playground/validator/v10 v10.2.0 h1:KgJ0snyC2R9VXYN2rneOtQcw5aHQB1Vv0sFl1UcHBOY=
181181
github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI=
182+
github.com/go-playground/validator/v10 v10.3.0 h1:nZU+7q+yJoFmwvNgv/LnPUkwPal62+b2xXj0AU1Es7o=
183+
github.com/go-playground/validator/v10 v10.3.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI=
182184
github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
183185
github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=
184186
github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=

0 commit comments

Comments
 (0)