File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 k8s.io/client-go v0.32.0
1414 k8s.io/code-generator v0.32.0
1515 sigs.k8s.io/cli-utils v0.37.2
16- sigs.k8s.io/controller-runtime v0.19.3
16+ sigs.k8s.io/controller-runtime v0.20.0
1717 sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250103111815-1ac370e560b1
1818 sigs.k8s.io/controller-tools v0.17.0
1919)
@@ -25,6 +25,7 @@ require (
2525 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
2626 github.com/evanphx/json-patch/v5 v5.9.0 // indirect
2727 github.com/fatih/color v1.18.0 // indirect
28+ github.com/fsnotify/fsnotify v1.7.0 // indirect
2829 github.com/fxamacker/cbor/v2 v2.7.0 // indirect
2930 github.com/go-logr/logr v1.4.2 // indirect
3031 github.com/go-logr/zapr v1.3.0 // indirect
@@ -35,6 +36,7 @@ require (
3536 github.com/gobuffalo/flect v1.0.3 // indirect
3637 github.com/gogo/protobuf v1.3.2 // indirect
3738 github.com/golang/protobuf v1.5.4 // indirect
39+ github.com/google/btree v1.1.3 // indirect
3840 github.com/google/gnostic-models v0.6.8 // indirect
3941 github.com/google/go-cmp v0.6.0 // indirect
4042 github.com/google/gofuzz v1.2.0 // indirect
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
4040github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
4141github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek =
4242github.com/golang/protobuf v1.5.4 /go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps =
43+ github.com/google/btree v1.1.3 h1:CVpQJjYgC4VbzxeGVHfvZrv1ctoYCAI8vbl07Fcxlyg =
44+ github.com/google/btree v1.1.3 /go.mod h1:qOPhT0dTNdNzV6Z/lhRX0YXUafgPLFUh+gZMl761Gm4 =
4345github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I =
4446github.com/google/gnostic-models v0.6.8 /go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U =
4547github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
@@ -229,6 +231,8 @@ sigs.k8s.io/cli-utils v0.37.2 h1:GOfKw5RV2HDQZDJlru5KkfLO1tbxqMoyn1IYUxqBpNg=
229231sigs.k8s.io/cli-utils v0.37.2 /go.mod h1:V+IZZr4UoGj7gMJXklWBg6t5xbdThFBcpj4MrZuCYco =
230232sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw =
231233sigs.k8s.io/controller-runtime v0.19.3 /go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM =
234+ sigs.k8s.io/controller-runtime v0.20.0 h1:jjkMo29xEXH+02Md9qaVXfEIaMESSpy3TBWPrsfQkQs =
235+ sigs.k8s.io/controller-runtime v0.20.0 /go.mod h1:BrP3w158MwvB3ZbNpaAcIKkHQ7YGpYnzpoSTZ8E14WU =
232236sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250103111815-1ac370e560b1 h1:innGprbD8F7dakist62hsiV3VorWFvdPZgjtCcpdgoo =
233237sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250103111815-1ac370e560b1 /go.mod h1:Is2SwCWbWAoyGVoVBA627n1SWhWaEwUhaIYSEbtzHT4 =
234238sigs.k8s.io/controller-tools v0.17.0 h1:KaEQZbhrdY6J3zLBHplt+0aKUp8PeIttlhtF2UDo6bI =
You can’t perform that action at this time.
0 commit comments