1
1
module k8s.io/enhancements
2
2
3
- go 1.15
3
+ go 1.17
4
4
5
5
require (
6
6
github.com/blang/semver/v4 v4.0.0
7
7
github.com/go-playground/validator/v10 v10.4.1
8
8
github.com/google/go-github/v33 v33.0.0
9
- github.com/leodido/go-urn v1.2.1 // indirect
10
9
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
11
10
github.com/olekukonko/tablewriter v0.0.4
12
11
github.com/pkg/errors v0.9.1
@@ -19,3 +18,53 @@ require (
19
18
k8s.io/release v0.7.1-0.20210218090651-d71805402dab
20
19
k8s.io/test-infra v0.0.0-20200813194141-e9678d500461
21
20
)
21
+
22
+ require (
23
+ github.com/beorn7/perks v1.0.1 // indirect
24
+ github.com/blang/semver v3.5.1+incompatible // indirect
25
+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
26
+ github.com/davecgh/go-spew v1.1.1 // indirect
27
+ github.com/emirpasic/gods v1.12.0 // indirect
28
+ github.com/go-git/gcfg v1.5.0 // indirect
29
+ github.com/go-git/go-billy/v5 v5.0.0 // indirect
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
33
+ github.com/golang/protobuf v1.4.3 // indirect
34
+ github.com/gomodule/redigo v1.7.0 // indirect
35
+ github.com/google/btree v1.0.0 // indirect
36
+ github.com/google/go-querystring v1.0.0 // indirect
37
+ github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect
38
+ github.com/imdario/mergo v0.3.11 // indirect
39
+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
40
+ github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
41
+ github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
42
+ github.com/leodido/go-urn v1.2.1 // indirect
43
+ github.com/mattn/go-runewidth v0.0.9 // indirect
44
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
45
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
46
+ github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
47
+ github.com/pmezard/go-difflib v1.0.0 // indirect
48
+ github.com/prometheus/client_golang v1.6.0 // indirect
49
+ github.com/prometheus/client_model v0.2.0 // indirect
50
+ github.com/prometheus/common v0.9.1 // indirect
51
+ github.com/prometheus/procfs v0.0.11 // indirect
52
+ github.com/sergi/go-diff v1.1.0 // indirect
53
+ github.com/shurcooL/githubv4 v0.0.0-20191102174205-af46314aec7b // indirect
54
+ github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
55
+ github.com/spf13/pflag v1.0.5 // indirect
56
+ github.com/xanzy/ssh-agent v0.2.1 // indirect
57
+ golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
58
+ golang.org/x/mod v0.4.0 // indirect
59
+ golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
60
+ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
61
+ golang.org/x/sys v0.0.0-20210112080510-489259a85091 // indirect
62
+ golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e // indirect
63
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
64
+ google.golang.org/appengine v1.6.7 // indirect
65
+ google.golang.org/protobuf v1.25.0 // indirect
66
+ gopkg.in/warnings.v0 v0.1.2 // indirect
67
+ gopkg.in/yaml.v2 v2.4.0 // indirect
68
+ k8s.io/apimachinery v0.18.8 // indirect
69
+ sigs.k8s.io/yaml v1.2.0 // indirect
70
+ )
0 commit comments