File tree Expand file tree Collapse file tree 4 files changed +106
-16
lines changed Expand file tree Collapse file tree 4 files changed +106
-16
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
k8s.io/klog/v2 v2.130.1
18
18
k8s.io/kubelet v0.33.1
19
19
k8s.io/kubernetes v1.33.1
20
- k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
20
+ k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
21
21
tags.cncf.io/container-device-interface v1.0.1
22
22
tags.cncf.io/container-device-interface/specs-go v1.0.0
23
23
)
Original file line number Diff line number Diff line change @@ -258,6 +258,8 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ
258
258
k8s.io/utils v0.0.0-20241210054802-24370beab758 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
259
259
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 h1:jgJW5IePPXLGB8e/1wvd0Ich9QE97RvvF3a8J3fP/Lg =
260
260
k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
261
+ k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8tmbZBHi4zVsl1Y =
262
+ k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
261
263
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 h1:/Rv+M11QRah1itp8VhT6HoVx1Ray9eB4DBr+K+/sCJ8 =
262
264
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 /go.mod h1:18nIHnGi6636UCz6m8i4DhaJ65T6EruyzmoQqI2BVDo =
263
265
sigs.k8s.io/randfill v0.0.0-20250304075658-069ef1bbf016 /go.mod h1:XeLlZ/jmk4i1HRopwe7/aU3H5n1zNUcX6TM94b3QxOY =
Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ k8s.io/kubernetes/pkg/kubelet/checkpointmanager/errors
625
625
k8s.io/kubernetes/pkg/kubelet/util/store
626
626
k8s.io/kubernetes/pkg/util/filesystem
627
627
k8s.io/kubernetes/pkg/util/hash
628
- # k8s.io/utils v0.0.0-20250502105355-0f33e8f1c979
628
+ # k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
629
629
## explicit; go 1.18
630
630
k8s.io/utils/buffer
631
631
k8s.io/utils/clock
You can’t perform that action at this time.
0 commit comments