Skip to content

Commit c4b79f5

Browse files
Bump github.com/go-playground/validator/v10 from 10.4.1 to 10.26.0
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.4.1 to 10.26.0. - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.4.1...v10.26.0) --- 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 b8013bf commit c4b79f5

File tree

2 files changed

+107
-35
lines changed

2 files changed

+107
-35
lines changed

go.mod

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ 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.26.0
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
1111
github.com/pkg/errors v0.9.1
1212
github.com/psampaz/go-mod-outdated v0.8.0
1313
github.com/sirupsen/logrus v1.7.0
1414
github.com/spf13/cobra v1.1.1
15-
github.com/stretchr/testify v1.7.0
15+
github.com/stretchr/testify v1.8.4
1616
golang.org/x/oauth2 v0.21.0
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
)
@@ -25,11 +25,12 @@ require (
2525
github.com/cespare/xxhash/v2 v2.1.1 // indirect
2626
github.com/davecgh/go-spew v1.1.1 // indirect
2727
github.com/emirpasic/gods v1.12.0 // indirect
28+
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
2829
github.com/go-git/gcfg v1.5.0 // indirect
2930
github.com/go-git/go-billy/v5 v5.0.0 // indirect
3031
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
32+
github.com/go-playground/locales v0.14.1 // indirect
33+
github.com/go-playground/universal-translator v0.18.1 // indirect
3334
github.com/golang/protobuf v1.4.3 // indirect
3435
github.com/gomodule/redigo v1.7.0 // indirect
3536
github.com/google/btree v1.0.0 // indirect
@@ -39,7 +40,7 @@ require (
3940
github.com/inconshreveable/mousetrap v1.0.0 // indirect
4041
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4142
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
42-
github.com/leodido/go-urn v1.2.1 // indirect
43+
github.com/leodido/go-urn v1.4.0 // indirect
4344
github.com/mattn/go-runewidth v0.0.10 // indirect
4445
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
4546
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -55,13 +56,13 @@ require (
5556
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
5657
github.com/spf13/pflag v1.0.5 // indirect
5758
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
59+
golang.org/x/crypto v0.33.0 // indirect
60+
golang.org/x/mod v0.17.0 // indirect
61+
golang.org/x/net v0.34.0 // indirect
62+
golang.org/x/sync v0.11.0 // indirect
63+
golang.org/x/sys v0.30.0 // indirect
64+
golang.org/x/text v0.22.0 // indirect
65+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
6566
google.golang.org/protobuf v1.25.0 // indirect
6667
gopkg.in/warnings.v0 v0.1.2 // indirect
6768
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)