Skip to content

Commit dab0fd4

Browse files
Bump github.com/go-playground/validator/v10 from 10.4.1 to 10.11.2
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.4.1 to 10.11.2. - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.4.1...v10.11.2) --- updated-dependencies: - dependency-name: github.com/go-playground/validator/v10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d3d1d7 commit dab0fd4

File tree

2 files changed

+56
-30
lines changed

2 files changed

+56
-30
lines changed

go.mod

+11-11
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.17
44

55
require (
66
github.com/blang/semver/v4 v4.0.0
7-
github.com/go-playground/validator/v10 v10.4.1
7+
github.com/go-playground/validator/v10 v10.11.2
88
github.com/google/go-github/v33 v33.0.0
99
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
1010
github.com/olekukonko/tablewriter v0.0.5
@@ -14,7 +14,7 @@ require (
1414
github.com/spf13/cobra v1.1.1
1515
github.com/stretchr/testify v1.7.0
1616
golang.org/x/oauth2 v0.0.0-20210112200429-01de73cf58bd
17-
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
17+
gopkg.in/yaml.v3 v3.0.1
1818
k8s.io/release v0.7.1-0.20210218090651-d71805402dab
1919
k8s.io/test-infra v0.0.0-20200813194141-e9678d500461
2020
)
@@ -28,8 +28,8 @@ require (
2828
github.com/go-git/gcfg v1.5.0 // indirect
2929
github.com/go-git/go-billy/v5 v5.0.0 // indirect
3030
github.com/go-git/go-git/v5 v5.2.0 // indirect
31-
github.com/go-playground/locales v0.13.0 // indirect
32-
github.com/go-playground/universal-translator v0.17.0 // indirect
31+
github.com/go-playground/locales v0.14.1 // indirect
32+
github.com/go-playground/universal-translator v0.18.1 // indirect
3333
github.com/golang/protobuf v1.4.3 // indirect
3434
github.com/gomodule/redigo v1.7.0 // indirect
3535
github.com/google/btree v1.0.0 // indirect
@@ -55,13 +55,13 @@ require (
5555
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
5656
github.com/spf13/pflag v1.0.5 // indirect
5757
github.com/xanzy/ssh-agent v0.2.1 // indirect
58-
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
59-
golang.org/x/mod v0.4.0 // indirect
60-
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
61-
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
62-
golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect
63-
golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e // indirect
64-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
58+
golang.org/x/crypto v0.5.0 // indirect
59+
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
60+
golang.org/x/net v0.5.0 // indirect
61+
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
62+
golang.org/x/sys v0.4.0 // indirect
63+
golang.org/x/text v0.6.0 // indirect
64+
golang.org/x/tools v0.1.12 // indirect
6565
google.golang.org/appengine v1.6.7 // indirect
6666
google.golang.org/protobuf v1.25.0 // indirect
6767
gopkg.in/warnings.v0 v0.1.2 // indirect

0 commit comments

Comments
 (0)