File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ require (
1111 k8s.io/client-go v0.32.0
1212 k8s.io/code-generator v0.32.0
1313 k8s.io/kube-aggregator v0.32.0
14- sigs.k8s.io/controller-runtime v0.19.3
15- sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250106172007-711b48bccf1f
14+ sigs.k8s.io/controller-runtime v0.19.4
15+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250108161631-c80ea332ca13
1616 sigs.k8s.io/controller-tools v0.16.5
1717)
1818
@@ -27,6 +27,7 @@ require (
2727 github.com/emicklei/go-restful/v3 v3.11.2 // indirect
2828 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
2929 github.com/fatih/color v1.18.0 // indirect
30+ github.com/fsnotify/fsnotify v1.7.0 // indirect
3031 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3132 github.com/go-logr/logr v1.4.2 // indirect
3233 github.com/go-logr/zapr v1.3.0 // indirect
Original file line number Diff line number Diff line change @@ -266,10 +266,13 @@ sigs.k8s.io/cli-utils v0.37.2 h1:GOfKw5RV2HDQZDJlru5KkfLO1tbxqMoyn1IYUxqBpNg=
266266sigs.k8s.io/cli-utils v0.37.2 /go.mod h1:V+IZZr4UoGj7gMJXklWBg6t5xbdThFBcpj4MrZuCYco =
267267sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw =
268268sigs.k8s.io/controller-runtime v0.19.3 /go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM =
269+ sigs.k8s.io/controller-runtime v0.19.4 h1:SUmheabttt0nx8uJtoII4oIP27BVVvAKFvdvGFwV/Qo =
270+ sigs.k8s.io/controller-runtime v0.19.4 /go.mod h1:iRmWllt8IlaLjvTTDLhRBXIEtkCK6hwVBJJsYS9Ajf4 =
269271sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241227172013-a9b7c2dd8a97 h1:L71BblRU2aqZLP7D66szM9Ju7AGmyF0G/VYf11goFmM =
270272sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20241227172013-a9b7c2dd8a97 /go.mod h1:Is2SwCWbWAoyGVoVBA627n1SWhWaEwUhaIYSEbtzHT4 =
271273sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250103111815-1ac370e560b1 /go.mod h1:Is2SwCWbWAoyGVoVBA627n1SWhWaEwUhaIYSEbtzHT4 =
272274sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250106172007-711b48bccf1f /go.mod h1:Is2SwCWbWAoyGVoVBA627n1SWhWaEwUhaIYSEbtzHT4 =
275+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250108161631-c80ea332ca13 /go.mod h1:Is2SwCWbWAoyGVoVBA627n1SWhWaEwUhaIYSEbtzHT4 =
273276sigs.k8s.io/controller-tools v0.16.5 h1:5k9FNRqziBPwqr17AMEPPV/En39ZBplLAdOwwQHruP4 =
274277sigs.k8s.io/controller-tools v0.16.5 /go.mod h1:8vztuRVzs8IuuJqKqbXCSlXcw+lkAv/M2sTpg55qjMY =
275278sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE =
You can’t perform that action at this time.
0 commit comments