@@ -4,17 +4,17 @@ go 1.17
4
4
5
5
require (
6
6
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
8
8
github.com/google/go-github/v33 v33.0.0
9
9
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
10
10
github.com/olekukonko/tablewriter v0.0.5
11
11
github.com/pkg/errors v0.9.1
12
12
github.com/psampaz/go-mod-outdated v0.8.0
13
13
github.com/sirupsen/logrus v1.7.0
14
14
github.com/spf13/cobra v1.1.1
15
- github.com/stretchr/testify v1.7.0
15
+ github.com/stretchr/testify v1.8.4
16
16
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
18
18
k8s.io/release v0.7.1-0.20210218090651-d71805402dab
19
19
k8s.io/test-infra v0.0.0-20200813194141-e9678d500461
20
20
)
@@ -25,11 +25,12 @@ require (
25
25
github.com/cespare/xxhash/v2 v2.1.1 // indirect
26
26
github.com/davecgh/go-spew v1.1.1 // indirect
27
27
github.com/emirpasic/gods v1.12.0 // indirect
28
+ github.com/gabriel-vasile/mimetype v1.4.8 // indirect
28
29
github.com/go-git/gcfg v1.5.0 // indirect
29
30
github.com/go-git/go-billy/v5 v5.0.0 // indirect
30
31
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
33
34
github.com/golang/protobuf v1.4.3 // indirect
34
35
github.com/gomodule/redigo v1.7.0 // indirect
35
36
github.com/google/btree v1.0.0 // indirect
@@ -39,7 +40,7 @@ require (
39
40
github.com/inconshreveable/mousetrap v1.0.0 // indirect
40
41
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
41
42
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
43
44
github.com/mattn/go-runewidth v0.0.10 // indirect
44
45
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
45
46
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -55,13 +56,13 @@ require (
55
56
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
56
57
github.com/spf13/pflag v1.0.5 // indirect
57
58
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
65
66
google.golang.org/protobuf v1.25.0 // indirect
66
67
gopkg.in/warnings.v0 v0.1.2 // indirect
67
68
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments