1
1
module k8s.io/kube-state-metrics/v2
2
2
3
3
require (
4
- github.com/brancz/gojsontoyaml v0.1.0
5
- github.com/campoy/embedmd v1.0.0
6
4
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0
7
5
github.com/fsnotify/fsnotify v1.6.0
8
6
github.com/gobuffalo/flect v0.3.0
9
7
github.com/google/go-cmp v0.5.9
10
- github.com/google/go-jsonnet v0.19.1
11
- github.com/jsonnet-bundler/jsonnet-bundler v0.5.1
12
8
github.com/oklog/run v1.1.0
13
9
github.com/prometheus/client_golang v1.14.0
14
10
github.com/prometheus/client_model v0.3.0
@@ -18,7 +14,6 @@ require (
18
14
github.com/spf13/cobra v1.6.1
19
15
github.com/spf13/viper v1.14.0
20
16
github.com/stretchr/testify v1.8.1
21
- golang.org/x/perf v0.0.0-20220920022801-e8d778a60d07
22
17
gopkg.in/yaml.v3 v3.0.1
23
18
k8s.io/api v0.26.0
24
19
k8s.io/apimachinery v0.26.0
@@ -31,17 +26,13 @@ require (
31
26
)
32
27
33
28
require (
34
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
35
- github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
36
29
github.com/beorn7/perks v1.0.1 // indirect
37
30
github.com/blang/semver/v4 v4.0.0 // indirect
38
31
github.com/cespare/xxhash/v2 v2.1.2 // indirect
39
32
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
40
33
github.com/davecgh/go-spew v1.1.1 // indirect
41
34
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
42
35
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
43
- github.com/fatih/color v1.13.0 // indirect
44
- github.com/ghodss/yaml v1.0.0 // indirect
45
36
github.com/go-kit/log v0.2.1 // indirect
46
37
github.com/go-logfmt/logfmt v0.5.1 // indirect
47
38
github.com/go-logr/logr v1.2.3 // indirect
@@ -52,7 +43,6 @@ require (
52
43
github.com/golang/protobuf v1.5.2 // indirect
53
44
github.com/google/gnostic v0.5.7-v3refs // indirect
54
45
github.com/google/gofuzz v1.1.0 // indirect
55
- github.com/google/safehtml v0.0.2 // indirect
56
46
github.com/hashicorp/hcl v1.0.0 // indirect
57
47
github.com/imdario/mergo v0.3.6 // indirect
58
48
github.com/inconshreveable/mousetrap v1.0.1 // indirect
@@ -61,8 +51,6 @@ require (
61
51
github.com/json-iterator/go v1.1.12 // indirect
62
52
github.com/magiconair/properties v1.8.6 // indirect
63
53
github.com/mailru/easyjson v0.7.6 // indirect
64
- github.com/mattn/go-colorable v0.1.12 // indirect
65
- github.com/mattn/go-isatty v0.0.14 // indirect
66
54
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
67
55
github.com/mitchellh/mapstructure v1.5.0 // indirect
68
56
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -74,6 +62,7 @@ require (
74
62
github.com/pkg/errors v0.9.1 // indirect
75
63
github.com/pmezard/go-difflib v1.0.0 // indirect
76
64
github.com/prometheus/procfs v0.8.0 // indirect
65
+ github.com/rogpeppe/go-internal v1.8.1 // indirect
77
66
github.com/spf13/afero v1.9.2 // indirect
78
67
github.com/spf13/cast v1.5.0 // indirect
79
68
github.com/spf13/jwalterweatherman v1.1.0 // indirect
@@ -89,7 +78,6 @@ require (
89
78
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
90
79
google.golang.org/appengine v1.6.7 // indirect
91
80
google.golang.org/protobuf v1.28.1 // indirect
92
- gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
93
81
gopkg.in/inf.v0 v0.9.1 // indirect
94
82
gopkg.in/ini.v1 v1.67.0 // indirect
95
83
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments