File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ require (
14
14
gopkg.in/yaml.v3 v3.0.1
15
15
k8s.io/api v0.28.2
16
16
k8s.io/apimachinery v0.28.2
17
- k8s.io/client-go v12.0.0+incompatible
17
+ k8s.io/client-go v0.28.2
18
18
k8s.io/component-base v0.28.2
19
19
k8s.io/klog/v2 v2.100.1
20
20
k8s.io/kubectl v0.28.2
21
+ k8s.io/utils v0.0.0-20230505201702-9f6742963106
21
22
kubevirt.io/api v1.0.0
22
23
sigs.k8s.io/cluster-api v1.5.2
23
24
sigs.k8s.io/controller-runtime v0.16.2
@@ -101,13 +102,10 @@ require (
101
102
k8s.io/apiextensions-apiserver v0.28.0 // indirect
102
103
k8s.io/cli-runtime v0.28.2 // indirect
103
104
k8s.io/kube-openapi v0.0.0-20230717233707-2695361300d9 // indirect
104
- k8s.io/utils v0.0.0-20230505201702-9f6742963106 // indirect
105
105
kubevirt.io/containerized-data-importer-api v1.57.0 // indirect
106
106
kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 // indirect
107
107
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
108
108
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
109
109
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
110
110
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 // indirect
111
111
)
112
-
113
- replace k8s.io/client-go => k8s.io/client-go v0.28.2
You can’t perform that action at this time.
0 commit comments