File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
2323 k8s.io/client-go v0.31.4
2424 k8s.io/code-generator v0.31.4
2525 k8s.io/klog/v2 v2.130.1
26- sigs.k8s.io/controller-runtime v0.19.3
26+ sigs.k8s.io/controller-runtime v0.19.4
2727 sigs.k8s.io/structured-merge-diff/v4 v4.5.0
2828)
2929
@@ -48,6 +48,7 @@ require (
4848 github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
4949 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
5050 github.com/fatih/color v1.16.0 // indirect
51+ github.com/fsnotify/fsnotify v1.7.0 // indirect
5152 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
5253 github.com/go-logr/logr v1.4.2 // indirect
5354 github.com/go-openapi/jsonpointer v0.19.6 // indirect
Original file line number Diff line number Diff line change @@ -331,8 +331,8 @@ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7F
331331k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 /go.mod h1:yD4MZYeKMBwQKVht279WycxKyM84kkAx2DPrTXaeb98 =
332332k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 h1:pUdcCO1Lk/tbT5ztQWOBi5HBgbBP1J8+AsQnQCKsi8A =
333333k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 /go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0 =
334- sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw =
335- sigs.k8s.io/controller-runtime v0.19.3 /go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM =
334+ sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo =
335+ sigs.k8s.io/controller-runtime v0.19.4 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
336336sigs.k8s.io/controller-tools v0.14.0 h1:rnNoCC5wSXlrNoBKKzL70LNJKIQKEzT6lloG6/LF73A =
337337sigs.k8s.io/controller-tools v0.14.0 /go.mod h1:TV7uOtNNnnR72SpzhStvPkoS/U5ir0nMudrkrC4M9Sc =
338338sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
You can’t perform that action at this time.
0 commit comments