@@ -18,20 +18,20 @@ require (
18
18
github.com/stretchr/testify v1.8.0
19
19
golang.org/x/perf v0.0.0-20220722155240-3d85ee92886d
20
20
gopkg.in/yaml.v3 v3.0.1
21
- k8s.io/api v0.24.4
22
- k8s.io/apimachinery v0.24.4
23
- k8s.io/autoscaler/vertical-pod-autoscaler v0.11 .0
24
- k8s.io/client-go v0.24.4
25
- k8s.io/klog/v2 v2.70 .1
26
- k8s.io/sample-controller v0.24.4
27
- k8s.io/utils v0.0.0-20220812165043-ad590609e2e5
21
+ k8s.io/api v0.25.2
22
+ k8s.io/apimachinery v0.25.2
23
+ k8s.io/autoscaler/vertical-pod-autoscaler v0.12 .0
24
+ k8s.io/client-go v0.25.2
25
+ k8s.io/klog/v2 v2.80 .1
26
+ k8s.io/sample-controller v0.25.2
27
+ k8s.io/utils v0.0.0-20220922133306-665eaaec4324
28
28
)
29
29
30
30
require (
31
- cloud.google.com/go v0.81 .0 // indirect
31
+ cloud.google.com/go v0.97 .0 // indirect
32
32
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
33
- github.com/Azure/go-autorest/autorest v0.11.18 // indirect
34
- github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
33
+ github.com/Azure/go-autorest/autorest v0.11.27 // indirect
34
+ github.com/Azure/go-autorest/autorest/adal v0.9.20 // indirect
35
35
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
36
36
github.com/Azure/go-autorest/logger v0.2.1 // indirect
37
37
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
@@ -42,23 +42,22 @@ require (
42
42
github.com/beorn7/perks v1.0.1 // indirect
43
43
github.com/cespare/xxhash/v2 v2.1.2 // indirect
44
44
github.com/davecgh/go-spew v1.1.1 // indirect
45
- github.com/emicklei/go-restful v2.9.5+incompatible // indirect
45
+ github.com/emicklei/go-restful/v3 v3.8.0 // indirect
46
46
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
47
47
github.com/fatih/color v1.13.0 // indirect
48
- github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
49
- github.com/fsnotify/fsnotify v1.5.1 // indirect
50
48
github.com/ghodss/yaml v1.0.0 // indirect
51
49
github.com/go-kit/log v0.2.1 // indirect
52
50
github.com/go-logfmt/logfmt v0.5.1 // indirect
53
- github.com/go-logr/logr v1.2.0 // indirect
51
+ github.com/go-logr/logr v1.2.3 // indirect
54
52
github.com/go-openapi/jsonpointer v0.19.5 // indirect
55
53
github.com/go-openapi/jsonreference v0.19.5 // indirect
56
54
github.com/go-openapi/swag v0.19.14 // indirect
57
55
github.com/gogo/protobuf v1.3.2 // indirect
56
+ github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
58
57
github.com/golang/protobuf v1.5.2 // indirect
59
58
github.com/google/gnostic v0.5.7-v3refs // indirect
60
59
github.com/google/gofuzz v1.1.0 // indirect
61
- github.com/imdario/mergo v0.3.5 // indirect
60
+ github.com/imdario/mergo v0.3.6 // indirect
62
61
github.com/josharian/intern v1.0.0 // indirect
63
62
github.com/jpillora/backoff v1.0.0 // indirect
64
63
github.com/json-iterator/go v1.1.12 // indirect
@@ -70,15 +69,13 @@ require (
70
69
github.com/modern-go/reflect2 v1.0.2 // indirect
71
70
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
72
71
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect
73
- github.com/onsi/ginkgo v1.16.5 // indirect
74
- github.com/onsi/gomega v1.17.0 // indirect
75
72
github.com/pkg/errors v0.9.1 // indirect
76
73
github.com/pmezard/go-difflib v1.0.0 // indirect
77
74
github.com/prometheus/procfs v0.8.0 // indirect
78
75
golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd // indirect
79
- golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
76
+ golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
80
77
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b // indirect
81
- golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
78
+ golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
82
79
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
83
80
golang.org/x/text v0.3.7 // indirect
84
81
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
@@ -87,9 +84,9 @@ require (
87
84
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
88
85
gopkg.in/inf.v0 v0.9.1 // indirect
89
86
gopkg.in/yaml.v2 v2.4.0 // indirect
90
- k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
91
- sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
92
- sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
87
+ k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
88
+ sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
89
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
93
90
sigs.k8s.io/yaml v1.3.0 // indirect
94
91
)
95
92
0 commit comments