Skip to content

Commit a267e44

Browse files
Bump sigs.k8s.io/controller-runtime from 0.20.4 to 0.23.3 (#2621)
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.20.4 to 0.23.3. - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.20.4...v0.23.3) --- updated-dependencies: - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.23.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f4c466 commit a267e44

File tree

2 files changed

+88
-74
lines changed

2 files changed

+88
-74
lines changed

go.mod

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/stackrox/acs-fleet-manager
22

3-
go 1.25
3+
go 1.25.0
44

55
require (
66
github.com/DATA-DOG/go-sqlmock v1.5.2
@@ -57,13 +57,13 @@ require (
5757
gopkg.in/yaml.v2 v2.4.0
5858
gorm.io/driver/postgres v1.6.0
5959
gorm.io/gorm v1.31.1
60-
k8s.io/api v0.32.4
61-
k8s.io/apimachinery v0.32.4
60+
k8s.io/api v0.35.0
61+
k8s.io/apimachinery v0.35.0
6262
k8s.io/autoscaler/vertical-pod-autoscaler v1.2.0
63-
k8s.io/client-go v0.32.4
64-
k8s.io/utils v0.0.0-20241210054802-24370beab758
65-
sigs.k8s.io/controller-runtime v0.20.4
66-
sigs.k8s.io/yaml v1.4.0
63+
k8s.io/client-go v0.35.0
64+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
65+
sigs.k8s.io/controller-runtime v0.23.3
66+
sigs.k8s.io/yaml v1.6.0
6767
)
6868

6969
require (
@@ -109,13 +109,13 @@ require (
109109
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
110110
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
111111
github.com/docker/distribution v2.8.3+incompatible // indirect
112-
github.com/emicklei/go-restful/v3 v3.11.2 // indirect
112+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
113113
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
114114
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
115115
github.com/fatih/color v1.17.0 // indirect
116116
github.com/felixge/httpsnoop v1.0.4 // indirect
117-
github.com/fsnotify/fsnotify v1.8.0 // indirect
118-
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
117+
github.com/fsnotify/fsnotify v1.9.0 // indirect
118+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
119119
github.com/go-errors/errors v1.4.2 // indirect
120120
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
121121
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
@@ -135,15 +135,14 @@ require (
135135
github.com/gonvenience/ytbx v1.4.4 // indirect
136136
github.com/google/btree v1.1.3 // indirect
137137
github.com/google/certificate-transparency-go v1.2.1 // indirect
138-
github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
139-
github.com/google/gofuzz v1.2.0 // indirect
138+
github.com/google/gnostic-models v0.7.0 // indirect
140139
github.com/google/pprof v0.0.0-20260115054156-294ebfa9ad83 // indirect
141140
github.com/gorilla/css v1.0.0 // indirect
142141
github.com/gorilla/schema v1.4.1 // indirect
143-
github.com/gorilla/websocket v1.5.3 // indirect
142+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
144143
github.com/graph-gophers/graphql-go v1.5.0 // indirect
145-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
146-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.23.0 // indirect
144+
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.0 // indirect
145+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
147146
github.com/gruntwork-io/go-commons v0.8.0 // indirect
148147
github.com/hashicorp/errwrap v1.1.0 // indirect
149148
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
@@ -176,7 +175,7 @@ require (
176175
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
177176
github.com/moby/spdystream v0.5.0 // indirect
178177
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
179-
github.com/modern-go/reflect2 v1.0.2 // indirect
178+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
180179
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
181180
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
182181
github.com/olekukonko/errors v1.1.0 // indirect
@@ -208,7 +207,7 @@ require (
208207
go.uber.org/atomic v1.11.0 // indirect
209208
go.uber.org/multierr v1.11.0 // indirect
210209
go.uber.org/zap v1.27.0 // indirect
211-
go.yaml.in/yaml/v2 v2.4.2 // indirect
210+
go.yaml.in/yaml/v2 v2.4.3 // indirect
212211
go.yaml.in/yaml/v3 v3.0.4 // indirect
213212
golang.org/x/crypto v0.47.0 // indirect
214213
golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833 // indirect
@@ -217,22 +216,23 @@ require (
217216
golang.org/x/net v0.49.0 // indirect
218217
golang.org/x/term v0.39.0 // indirect
219218
golang.org/x/text v0.33.0 // indirect
220-
golang.org/x/time v0.8.0 // indirect
219+
golang.org/x/time v0.9.0 // indirect
221220
golang.org/x/tools v0.41.0 // indirect
222221
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
223222
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
224-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
225-
google.golang.org/grpc v1.68.1 // indirect
223+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
224+
google.golang.org/grpc v1.72.2 // indirect
226225
google.golang.org/protobuf v1.36.8 // indirect
227-
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
226+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
228227
gopkg.in/inf.v0 v0.9.1 // indirect
229228
gopkg.in/yaml.v3 v3.0.1 // indirect
230229
honnef.co/go/tools v0.4.6 // indirect
231-
k8s.io/apiextensions-apiserver v0.32.4 // indirect
230+
k8s.io/apiextensions-apiserver v0.35.0 // indirect
232231
k8s.io/klog/v2 v2.130.1 // indirect
233-
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
234-
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
235-
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
232+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
233+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
234+
sigs.k8s.io/randfill v1.0.0 // indirect
235+
sigs.k8s.io/structured-merge-diff/v6 v6.3.2-0.20260122202528-d9cc6641c482 // indirect
236236
)
237237

238238
replace (

0 commit comments

Comments
 (0)