@@ -28,12 +28,12 @@ require (
28
28
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
29
29
golang.org/x/text v0.3.7
30
30
gopkg.in/yaml.v2 v2.4.0
31
- k8s.io/api v0.25.0
32
- k8s.io/apiextensions-apiserver v0.25.0
33
- k8s.io/apimachinery v0.25.0
34
- k8s.io/cli-runtime v0.24.0
35
- k8s.io/client-go v0.25.0
36
- k8s.io/component-base v0.25.0
31
+ k8s.io/api v0.24.2
32
+ k8s.io/apiextensions-apiserver v0.24.2
33
+ k8s.io/apimachinery v0.24.2
34
+ k8s.io/cli-runtime v0.24.2
35
+ k8s.io/client-go v0.24.2
36
+ k8s.io/component-base v0.24.2
37
37
k8s.io/klog/v2 v2.80.0
38
38
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed
39
39
sigs.k8s.io/aws-iam-authenticator v0.5.9
@@ -53,10 +53,9 @@ require (
53
53
github.com/Microsoft/go-winio v0.5.0 // indirect
54
54
github.com/PuerkitoBio/purell v1.1.1 // indirect
55
55
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
56
- github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220418222510-f25a4f6275ed // indirect
56
+ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e // indirect
57
57
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
58
58
github.com/beorn7/perks v1.0.1 // indirect
59
- github.com/blang/semver/v4 v4.0.0 // indirect
60
59
github.com/cespare/xxhash/v2 v2.1.2 // indirect
61
60
github.com/coredns/caddy v1.1.0 // indirect
62
61
github.com/coredns/corefile-migration v1.0.17 // indirect
@@ -69,20 +68,20 @@ require (
69
68
github.com/docker/go-connections v0.4.0 // indirect
70
69
github.com/docker/go-units v0.4.0 // indirect
71
70
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
72
- github.com/emicklei/go-restful/v3 v3.8.0 // indirect
71
+ github.com/emicklei/go-restful v2.15.0+incompatible // indirect
73
72
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
74
73
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
75
74
github.com/fatih/color v1.13.0 // indirect
76
75
github.com/fsnotify/fsnotify v1.5.4 // indirect
77
- github.com/go-logr/zapr v1.2.3 // indirect
76
+ github.com/go-logr/zapr v1.2.0 // indirect
78
77
github.com/go-openapi/jsonpointer v0.19.5 // indirect
79
78
github.com/go-openapi/jsonreference v0.19.5 // indirect
80
79
github.com/go-openapi/swag v0.19.14 // indirect
81
80
github.com/gobuffalo/flect v0.2.5 // indirect
82
81
github.com/gogo/protobuf v1.3.2 // indirect
83
82
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
84
83
github.com/golang/protobuf v1.5.2 // indirect
85
- github.com/google/cel-go v0.12.4 // indirect
84
+ github.com/google/cel-go v0.10.1 // indirect
86
85
github.com/google/gnostic v0.5.7-v3refs // indirect
87
86
github.com/google/go-github/v45 v45.2.0 // indirect
88
87
github.com/google/go-querystring v1.1.0 // indirect
@@ -143,7 +142,7 @@ require (
143
142
golang.org/x/oauth2 v0.0.0-20220608161450-d0670ef3b1eb // indirect
144
143
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
145
144
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
146
- golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
145
+ golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
147
146
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
148
147
google.golang.org/appengine v1.6.7 // indirect
149
148
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
@@ -153,11 +152,11 @@ require (
153
152
gopkg.in/ini.v1 v1.66.4 // indirect
154
153
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
155
154
gopkg.in/yaml.v3 v3.0.1 // indirect
156
- k8s.io/apiserver v0.25.0 // indirect
155
+ k8s.io/apiserver v0.24.2 // indirect
157
156
k8s.io/cluster-bootstrap v0.24.0 // indirect
158
- k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 // indirect
157
+ k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
159
158
k8s.io/kubectl v0.24.0 // indirect
160
- sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
159
+ sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
161
160
sigs.k8s.io/kind v0.14.0 // indirect
162
- sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
161
+ sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
163
162
)
0 commit comments