File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
13
13
k8s.io/client-go v0.32.0
14
14
k8s.io/code-generator v0.32.0
15
15
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.1
17
17
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250103111815-1ac370e560b1
18
18
sigs.k8s.io/controller-tools v0.17.0
19
19
)
@@ -25,6 +25,7 @@ require (
25
25
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
26
26
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
27
27
github.com/fatih/color v1.18.0 // indirect
28
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
28
29
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
29
30
github.com/go-logr/logr v1.4.2 // indirect
30
31
github.com/go-logr/zapr v1.3.0 // indirect
@@ -35,6 +36,7 @@ require (
35
36
github.com/gobuffalo/flect v1.0.3 // indirect
36
37
github.com/gogo/protobuf v1.3.2 // indirect
37
38
github.com/golang/protobuf v1.5.4 // indirect
39
+ github.com/google/btree v1.1.3 // indirect
38
40
github.com/google/gnostic-models v0.6.8 // indirect
39
41
github.com/google/go-cmp v0.6.0 // indirect
40
42
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=
40
40
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
41
41
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek =
42
42
github.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 =
43
45
github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I =
44
46
github.com/google/gnostic-models v0.6.8 /go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U =
45
47
github.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=
229
231
sigs.k8s.io/cli-utils v0.37.2 /go.mod h1:V+IZZr4UoGj7gMJXklWBg6t5xbdThFBcpj4MrZuCYco =
230
232
sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw =
231
233
sigs.k8s.io/controller-runtime v0.19.3 /go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM =
234
+ sigs.k8s.io/controller-runtime v0.20.1 h1:JbGMAG/X94NeM3xvjenVUaBjy6Ui4Ogd/J5ZtjZnHaE =
235
+ sigs.k8s.io/controller-runtime v0.20.1 /go.mod h1:BrP3w158MwvB3ZbNpaAcIKkHQ7YGpYnzpoSTZ8E14WU =
232
236
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250103111815-1ac370e560b1 h1:innGprbD8F7dakist62hsiV3VorWFvdPZgjtCcpdgoo =
233
237
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250103111815-1ac370e560b1 /go.mod h1:Is2SwCWbWAoyGVoVBA627n1SWhWaEwUhaIYSEbtzHT4 =
234
238
sigs.k8s.io/controller-tools v0.17.0 h1:KaEQZbhrdY6J3zLBHplt+0aKUp8PeIttlhtF2UDo6bI =
You can’t perform that action at this time.
0 commit comments