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.11.2
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
@@ -14,7 +14,7 @@ require (
14
14
github.com/spf13/cobra v1.1.1
15
15
github.com/stretchr/testify v1.7.0
16
16
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
18
18
k8s.io/release v0.7.1-0.20210218090651-d71805402dab
19
19
k8s.io/test-infra v0.0.0-20200813194141-e9678d500461
20
20
)
@@ -28,8 +28,8 @@ require (
28
28
github.com/go-git/gcfg v1.5.0 // indirect
29
29
github.com/go-git/go-billy/v5 v5.0.0 // indirect
30
30
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
33
33
github.com/golang/protobuf v1.4.3 // indirect
34
34
github.com/gomodule/redigo v1.7.0 // indirect
35
35
github.com/google/btree v1.0.0 // indirect
@@ -55,13 +55,13 @@ require (
55
55
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
56
56
github.com/spf13/pflag v1.0.5 // indirect
57
57
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
65
65
google.golang.org/appengine v1.6.7 // indirect
66
66
google.golang.org/protobuf v1.25.0 // indirect
67
67
gopkg.in/warnings.v0 v0.1.2 // indirect
0 commit comments