@@ -9,19 +9,19 @@ require (
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.12.1
12
+ github.com/prometheus/client_golang v1.12.2
13
13
github.com/prometheus/client_model v0.2.0
14
14
github.com/prometheus/common v0.34.0
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-20220411212318-84e58bfe0a7e
19
- k8s.io/api v0.23.6
20
- k8s.io/apimachinery v0.23.6
19
+ k8s.io/api v0.24.1
20
+ k8s.io/apimachinery v0.24.1
21
21
k8s.io/autoscaler/vertical-pod-autoscaler v0.10.0
22
- k8s.io/client-go v0.23.6
22
+ k8s.io/client-go v0.24.1
23
23
k8s.io/klog/v2 v2.60.1
24
- k8s.io/sample-controller v0.23.6
24
+ k8s.io/sample-controller v0.24.1
25
25
)
26
26
27
27
require (
@@ -32,51 +32,60 @@ require (
32
32
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
33
33
github.com/Azure/go-autorest/logger v0.2.1 // indirect
34
34
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
35
+ github.com/PuerkitoBio/purell v1.1.1 // indirect
36
+ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
35
37
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
36
38
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
37
39
github.com/beorn7/perks v1.0.1 // indirect
38
40
github.com/cespare/xxhash/v2 v2.1.2 // indirect
39
41
github.com/davecgh/go-spew v1.1.1 // indirect
42
+ github.com/emicklei/go-restful v2.9.5+incompatible // indirect
40
43
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
41
44
github.com/fatih/color v1.10.0 // indirect
42
45
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
43
46
github.com/ghodss/yaml v1.0.0 // indirect
44
- github.com/go-kit/log v0.2.0 // indirect
47
+ github.com/go-kit/log v0.2.1 // indirect
45
48
github.com/go-logfmt/logfmt v0.5.1 // indirect
46
49
github.com/go-logr/logr v1.2.0 // indirect
50
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
51
+ github.com/go-openapi/jsonreference v0.19.5 // indirect
52
+ github.com/go-openapi/swag v0.19.14 // indirect
47
53
github.com/gogo/protobuf v1.3.2 // indirect
48
54
github.com/golang/protobuf v1.5.2 // indirect
55
+ github.com/google/gnostic v0.5.7-v3refs // indirect
49
56
github.com/google/gofuzz v1.1.0 // indirect
50
- github.com/googleapis/gnostic v0.5.5 // indirect
51
57
github.com/imdario/mergo v0.3.5 // indirect
58
+ github.com/josharian/intern v1.0.0 // indirect
52
59
github.com/jpillora/backoff v1.0.0 // indirect
53
60
github.com/json-iterator/go v1.1.12 // indirect
61
+ github.com/mailru/easyjson v0.7.6 // indirect
54
62
github.com/mattn/go-colorable v0.1.8 // indirect
55
63
github.com/mattn/go-isatty v0.0.12 // indirect
56
64
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
57
65
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
58
66
github.com/modern-go/reflect2 v1.0.2 // indirect
67
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
59
68
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
60
69
github.com/pmezard/go-difflib v1.0.0 // indirect
61
70
github.com/prometheus/procfs v0.7.3 // indirect
62
71
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
63
72
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
64
73
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
65
- golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
74
+ golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
66
75
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
67
76
golang.org/x/text v0.3.7 // indirect
68
- golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
77
+ golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
69
78
google.golang.org/appengine v1.6.7 // indirect
70
79
google.golang.org/protobuf v1.27.1 // indirect
71
80
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
72
81
gopkg.in/inf.v0 v0.9.1 // indirect
73
82
gopkg.in/yaml.v2 v2.4.0 // indirect
74
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
75
- k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
83
+ gopkg.in/yaml.v3 v3.0.0 // indirect
84
+ k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
76
85
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
77
- sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect
86
+ sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
78
87
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
79
- sigs.k8s.io/yaml v1.2 .0 // indirect
88
+ sigs.k8s.io/yaml v1.3 .0 // indirect
80
89
)
81
90
82
91
go 1.17
0 commit comments