@@ -12,54 +12,43 @@ require (
12
12
github.com/oklog/run v1.1.0
13
13
github.com/prometheus/client_golang v1.14.0
14
14
github.com/prometheus/client_model v0.3.0
15
- github.com/prometheus/common v0.37 .0
15
+ github.com/prometheus/common v0.38 .0
16
16
github.com/prometheus/exporter-toolkit v0.8.2
17
17
github.com/robfig/cron/v3 v3.0.1
18
18
github.com/spf13/cobra v1.6.1
19
19
github.com/spf13/viper v1.14.0
20
20
github.com/stretchr/testify v1.8.1
21
21
golang.org/x/perf v0.0.0-20220920022801-e8d778a60d07
22
22
gopkg.in/yaml.v3 v3.0.1
23
- k8s.io/api v0.25.4
24
- k8s.io/apimachinery v0.25.4
23
+ k8s.io/api v0.26.0
24
+ k8s.io/apimachinery v0.26.0
25
25
k8s.io/autoscaler/vertical-pod-autoscaler v0.12.0
26
- k8s.io/client-go v0.25.4
27
- k8s.io/component-base v0.25.4
26
+ k8s.io/client-go v0.26.0
27
+ k8s.io/component-base v0.26.0
28
28
k8s.io/klog/v2 v2.80.1
29
- k8s.io/sample-controller v0.25.4
30
- k8s.io/utils v0.0.0-20221101230645-61b03e2f6476
29
+ k8s.io/sample-controller v0.26.0
30
+ k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
31
31
)
32
32
33
33
require (
34
- cloud.google.com/go/compute v1.12.1 // indirect
35
- cloud.google.com/go/compute/metadata v0.2.1 // indirect
36
- github.com/Azure/go-autorest v14.2.0+incompatible // indirect
37
- github.com/Azure/go-autorest/autorest v0.11.27 // indirect
38
- github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
39
- github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
40
- github.com/Azure/go-autorest/logger v0.2.1 // indirect
41
- github.com/Azure/go-autorest/tracing v0.6.0 // indirect
42
- github.com/PuerkitoBio/purell v1.1.1 // indirect
43
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
44
34
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
45
35
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
46
36
github.com/beorn7/perks v1.0.1 // indirect
47
37
github.com/blang/semver/v4 v4.0.0 // indirect
48
38
github.com/cespare/xxhash/v2 v2.1.2 // indirect
49
39
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
50
40
github.com/davecgh/go-spew v1.1.1 // indirect
51
- github.com/emicklei/go-restful/v3 v3.8 .0 // indirect
41
+ github.com/emicklei/go-restful/v3 v3.9 .0 // indirect
52
42
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
53
43
github.com/fatih/color v1.13.0 // indirect
54
44
github.com/ghodss/yaml v1.0.0 // indirect
55
45
github.com/go-kit/log v0.2.1 // indirect
56
46
github.com/go-logfmt/logfmt v0.5.1 // indirect
57
47
github.com/go-logr/logr v1.2.3 // indirect
58
48
github.com/go-openapi/jsonpointer v0.19.5 // indirect
59
- github.com/go-openapi/jsonreference v0.19.5 // indirect
49
+ github.com/go-openapi/jsonreference v0.20.0 // indirect
60
50
github.com/go-openapi/swag v0.19.14 // indirect
61
51
github.com/gogo/protobuf v1.3.2 // indirect
62
- github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
63
52
github.com/golang/protobuf v1.5.2 // indirect
64
53
github.com/google/gnostic v0.5.7-v3refs // indirect
65
54
github.com/google/gofuzz v1.1.0 // indirect
@@ -74,7 +63,7 @@ require (
74
63
github.com/mailru/easyjson v0.7.6 // indirect
75
64
github.com/mattn/go-colorable v0.1.12 // indirect
76
65
github.com/mattn/go-isatty v0.0.14 // indirect
77
- github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
66
+ github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
78
67
github.com/mitchellh/mapstructure v1.5.0 // indirect
79
68
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
80
69
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -91,20 +80,20 @@ require (
91
80
github.com/spf13/pflag v1.0.5 // indirect
92
81
github.com/subosito/gotenv v1.4.1 // indirect
93
82
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
94
- golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
83
+ golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
95
84
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
96
85
golang.org/x/sync v0.1.0 // indirect
97
- golang.org/x/sys v0.1 .0 // indirect
98
- golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
99
- golang.org/x/text v0.4 .0 // indirect
86
+ golang.org/x/sys v0.3 .0 // indirect
87
+ golang.org/x/term v0.3.0 // indirect
88
+ golang.org/x/text v0.5 .0 // indirect
100
89
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
101
90
google.golang.org/appengine v1.6.7 // indirect
102
91
google.golang.org/protobuf v1.28.1 // indirect
103
92
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
104
93
gopkg.in/inf.v0 v0.9.1 // indirect
105
94
gopkg.in/ini.v1 v1.67.0 // indirect
106
95
gopkg.in/yaml.v2 v2.4.0 // indirect
107
- k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
96
+ k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
108
97
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
109
98
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
110
99
sigs.k8s.io/yaml v1.3.0 // indirect
0 commit comments