Commit eace7d7 1 parent c5baf4b commit eace7d7 Copy full SHA for eace7d7
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.2
4
4
5
5
require (
6
6
github.com/openshift/api v0.0.0-20240702171116-4b89b3a92a17 // release-4.16
7
- k8s.io/apimachinery v0.32.1
7
+ k8s.io/apimachinery v0.32.2
8
8
kubevirt.io/containerized-data-importer-api v1.61.1
9
9
kubevirt.io/controller-lifecycle-operator-sdk/api v0.2.4
10
10
sigs.k8s.io/controller-runtime v0.20.1
@@ -23,7 +23,7 @@ require (
23
23
golang.org/x/net v0.35.0 // indirect
24
24
golang.org/x/text v0.22.0 // indirect
25
25
gopkg.in/inf.v0 v0.9.1 // indirect
26
- k8s.io/api v0.32.1 // indirect
26
+ k8s.io/api v0.32.2 // indirect
27
27
k8s.io/klog/v2 v2.130.1 // indirect
28
28
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 // indirect
29
29
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
Original file line number Diff line number Diff line change @@ -296,11 +296,11 @@ gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
296
296
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
297
297
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
298
298
k8s.io/api v0.23.3 /go.mod h1:w258XdGyvCmnBj/vGzQMj6kzdufJZVUwEM1U2fRJwSQ =
299
- k8s.io/api v0.32.1 h1:f562zw9cy+GvXzXf0CKlVQ7yHJVYzLfL6JAS4kOAaOc =
300
- k8s.io/api v0.32.1 /go.mod h1:/Yi/BqkuueW1BgpoePYBRdDYfjPF5sgTr5+YqDZra5k =
299
+ k8s.io/api v0.32.2 h1:bZrMLEkgizC24G9eViHGOPbW+aRo9duEISRIJKfdJuw =
300
+ k8s.io/api v0.32.2 /go.mod h1:hKlhk4x1sJyYnHENsrdCWw31FEmCijNGPJO5WzHiJ6Y =
301
301
k8s.io/apimachinery v0.23.3 /go.mod h1:BEuFMMBaIbcOqVIJqNZJXGFTP4W6AycEpb5+m/97hrM =
302
- k8s.io/apimachinery v0.32.1 h1:683ENpaCBjma4CYqsmZyhEzrGz6cjn1MY/X2jB2hkZs =
303
- k8s.io/apimachinery v0.32.1 /go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE =
302
+ k8s.io/apimachinery v0.32.2 h1:yoQBR9ZGkA6Rgmhbp/yuT9/g+4lxtsGYwW6dR6BDPLQ =
303
+ k8s.io/apimachinery v0.32.2 /go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE =
304
304
k8s.io/code-generator v0.23.3 /go.mod h1:S0Q1JVA+kSzTI1oUvbKAxZY/DYbA/ZUb4Uknog12ETk =
305
305
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c /go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E =
306
306
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185 /go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E =
Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ golang.org/x/text/unicode/norm
46
46
# gopkg.in/inf.v0 v0.9.1
47
47
## explicit
48
48
gopkg.in/inf.v0
49
- # k8s.io/api v0.32.1
49
+ # k8s.io/api v0.32.2
50
50
## explicit; go 1.23.0
51
51
k8s.io/api/authentication/v1
52
52
k8s.io/api/authorization/v1
53
53
k8s.io/api/core/v1
54
- # k8s.io/apimachinery v0.32.1
54
+ # k8s.io/apimachinery v0.32.2
55
55
## explicit; go 1.23.0
56
56
k8s.io/apimachinery/pkg/api/errors
57
57
k8s.io/apimachinery/pkg/api/resource
You can’t perform that action at this time.
0 commit comments