@@ -4,24 +4,24 @@ require (
4
4
github.com/brancz/gojsontoyaml v0.1.0
5
5
github.com/campoy/embedmd v1.0.0
6
6
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0
7
- github.com/google/go-cmp v0.5.6
8
- github.com/google/go-jsonnet v0.17 .0
7
+ github.com/google/go-cmp v0.5.7
8
+ github.com/google/go-jsonnet v0.18 .0
9
9
github.com/jsonnet-bundler/jsonnet-bundler v0.4.1-0.20200708074244-ada055a225fa
10
10
github.com/oklog/run v1.1.0
11
11
github.com/pkg/errors v0.9.1
12
- github.com/prometheus/client_golang v1.11.0
12
+ github.com/prometheus/client_golang v1.12.1
13
13
github.com/prometheus/client_model v0.2.0
14
14
github.com/prometheus/common v0.32.1
15
15
github.com/prometheus/exporter-toolkit v0.7.1
16
16
github.com/robfig/cron/v3 v3.0.1
17
17
github.com/spf13/pflag v1.0.5
18
18
golang.org/x/perf v0.0.0-20211012211434-03971e389cd3
19
- k8s.io/api v0.23.0
20
- k8s.io/apimachinery v0.23.0
21
- k8s.io/autoscaler/vertical-pod-autoscaler v0.9.2
22
- k8s.io/client-go v0.23.0
23
- k8s.io/klog/v2 v2.30.0
24
- k8s.io/sample-controller v0.23.0
19
+ k8s.io/api v0.23.3
20
+ k8s.io/apimachinery v0.23.3
21
+ k8s.io/autoscaler/vertical-pod-autoscaler v0.10.0
22
+ k8s.io/client-go v0.23.3
23
+ k8s.io/klog/v2 v2.40.1
24
+ k8s.io/sample-controller v0.23.3
25
25
)
26
26
27
27
require (
@@ -35,10 +35,10 @@ require (
35
35
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
36
36
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
37
37
github.com/beorn7/perks v1.0.1 // indirect
38
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
38
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
39
39
github.com/davecgh/go-spew v1.1.1 // indirect
40
40
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
41
- github.com/fatih/color v1.9 .0 // indirect
41
+ github.com/fatih/color v1.10 .0 // indirect
42
42
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
43
43
github.com/ghodss/yaml v1.0.0 // indirect
44
44
github.com/go-kit/log v0.1.0 // indirect
@@ -51,18 +51,18 @@ require (
51
51
github.com/imdario/mergo v0.3.5 // indirect
52
52
github.com/jpillora/backoff v1.0.0 // indirect
53
53
github.com/json-iterator/go v1.1.12 // indirect
54
- github.com/mattn/go-colorable v0.1.4 // indirect
55
- github.com/mattn/go-isatty v0.0.11 // indirect
54
+ github.com/mattn/go-colorable v0.1.8 // indirect
55
+ github.com/mattn/go-isatty v0.0.12 // indirect
56
56
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
57
57
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
58
58
github.com/modern-go/reflect2 v1.0.2 // indirect
59
59
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
60
60
github.com/pmezard/go-difflib v1.0.0 // indirect
61
- github.com/prometheus/procfs v0.6.0 // indirect
61
+ github.com/prometheus/procfs v0.7.3 // indirect
62
62
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
63
- golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
63
+ golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
64
64
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
65
- golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
65
+ golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
66
66
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
67
67
golang.org/x/text v0.3.7 // indirect
68
68
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
@@ -73,9 +73,9 @@ require (
73
73
gopkg.in/yaml.v2 v2.4.0 // indirect
74
74
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
75
75
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
76
- k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
76
+ k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
77
77
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
78
- sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
78
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
79
79
sigs.k8s.io/yaml v1.2.0 // indirect
80
80
)
81
81
0 commit comments