File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/aenix-io/etcd-operator
22
3- go 1.22.4
3+ go 1.23
44
55require (
66 github.com/dustin/go-humanize v1.0.1
@@ -15,7 +15,7 @@ require (
1515 k8s.io/api v0.30.2
1616 k8s.io/apimachinery v0.30.2
1717 k8s.io/client-go v0.30.2
18- k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
18+ k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2
1919 sigs.k8s.io/controller-runtime v0.18.4
2020)
2121
Original file line number Diff line number Diff line change @@ -263,6 +263,8 @@ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7F
263263k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 /go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98 =
264264k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 h1:jgGTlFYnhF1PM1Ax/lAlxUPE+KfCIXHaathvJg1C3ak =
265265k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
266+ k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 h1:AZYQSJemyQB5eRxqcPky+/7EdBj0xi3g0ZcxxJ7vbWU =
267+ k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2 /go.mod h1:xDxuJ0whA3d0I4mf/C4ppKHxXynQ+fxnkmQH0vTHnuk =
266268sigs.k8s.io/controller-runtime v0.18.4 h1:87+guW1zhvuPLh1PHybKdYFLU0YJp4FhJRmiHvm5BZw =
267269sigs.k8s.io/controller-runtime v0.18.4 /go.mod h1:TVoGrfdpbA9VRFaRnKgk9P5/atA0pMwq+f+msb9M8Sg =
268270sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
You can’t perform that action at this time.
0 commit comments