Skip to content

Commit d6506f2

Browse files
authored
Merge pull request #445 from crazy-max/dependabot/go_modules/github.com/go-playground/validator/v10-10.30.1
build(deps): bump github.com/go-playground/validator/v10 from 10.30.0 to 10.30.1
2 parents 231f92d + ff9a733 commit d6506f2

File tree

8 files changed

+88
-11
lines changed

8 files changed

+88
-11
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/crazy-max/gonfig v0.7.1
88
github.com/docker/go-units v0.5.0
99
github.com/go-gomail/gomail v0.0.0-20160411212932-81ebce5c23df
10-
github.com/go-playground/validator/v10 v10.30.0
10+
github.com/go-playground/validator/v10 v10.30.1
1111
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
1212
github.com/ilya1st/rotatewriter v0.0.0-20171126183947-3df0c1a3ed6d
1313
github.com/jlaffaye/ftp v0.2.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
3333
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
3434
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
3535
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
36-
github.com/go-playground/validator/v10 v10.30.0 h1:5YBPNs273uzsZJD1I8uiB4Aqg9sN6sMDVX3s6LxmhWU=
37-
github.com/go-playground/validator/v10 v10.30.0/go.mod h1:oSuBIQzuJxL//3MelwSLD5hc2Tu889bF0Idm9Dg26cM=
36+
github.com/go-playground/validator/v10 v10.30.1 h1:f3zDSN/zOma+w6+1Wswgd9fLkdwy06ntQJp0BBvFG0w=
37+
github.com/go-playground/validator/v10 v10.30.1/go.mod h1:oSuBIQzuJxL//3MelwSLD5hc2Tu889bF0Idm9Dg26cM=
3838
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
3939
github.com/google/uuid v1.0.0 h1:b4Gk+7WdP/d3HZH8EJsZpvV7EtDOgaZLtnaNGIu1adA=
4040
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=

vendor/github.com/go-playground/validator/v10/README.md

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-playground/validator/v10/baked_in.go

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-playground/validator/v10/country_codes.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-playground/validator/v10/doc.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/go-playground/validator/v10/regexes.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ github.com/go-playground/locales/currency
5353
# github.com/go-playground/universal-translator v0.18.1
5454
## explicit; go 1.18
5555
github.com/go-playground/universal-translator
56-
# github.com/go-playground/validator/v10 v10.30.0
56+
# github.com/go-playground/validator/v10 v10.30.1
5757
## explicit; go 1.24.0
5858
github.com/go-playground/validator/v10
5959
# github.com/google/uuid v1.0.0

0 commit comments

Comments
 (0)