Skip to content

Commit 774837f

Browse files
fix(deps): bump the k8s-deps group across 1 directory with 7 updates
Bumps the k8s-deps group with 4 updates in the / directory: [k8s.io/api](https://github.com/kubernetes/api), [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver), [k8s.io/autoscaler/vertical-pod-autoscaler](https://github.com/kubernetes/autoscaler) and [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime). Updates `k8s.io/api` from 0.30.14 to 0.35.0 - [Commits](kubernetes/api@v0.30.14...v0.35.0) Updates `k8s.io/apiextensions-apiserver` from 0.30.14 to 0.35.0 - [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases) - [Commits](kubernetes/apiextensions-apiserver@v0.30.14...v0.35.0) Updates `k8s.io/apimachinery` from 0.30.14 to 0.35.0 - [Commits](kubernetes/apimachinery@v0.30.14...v0.35.0) Updates `k8s.io/autoscaler/vertical-pod-autoscaler` from 1.2.2 to 1.5.1 - [Release notes](https://github.com/kubernetes/autoscaler/releases) - [Commits](kubernetes/autoscaler@cluster-autoscaler-1.2.2...vertical-pod-autoscaler-1.5.1) Updates `k8s.io/client-go` from 0.30.14 to 0.35.0 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.30.14...v0.35.0) Updates `k8s.io/utils` from 0.0.0-20250820121507-0af2bda4dd1d to 0.0.0-20251002143259-bc988d571ff4 - [Commits](https://github.com/kubernetes/utils/commits) Updates `sigs.k8s.io/controller-runtime` from 0.18.7 to 0.22.4 - [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.18.7...v0.22.4) --- updated-dependencies: - dependency-name: k8s.io/api dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-deps - dependency-name: k8s.io/apiextensions-apiserver dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-deps - dependency-name: k8s.io/apimachinery dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-deps - dependency-name: k8s.io/autoscaler/vertical-pod-autoscaler dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-deps - dependency-name: k8s.io/client-go dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-deps - dependency-name: k8s.io/utils dependency-version: 0.0.0-20251002143259-bc988d571ff4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s-deps - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.22.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: k8s-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 61bcf39 commit 774837f

File tree

2 files changed

+72
-72
lines changed

2 files changed

+72
-72
lines changed

go.mod

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/GoogleCloudPlatform/prometheus-engine
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
cloud.google.com/go/compute/metadata v0.8.0
@@ -18,12 +18,12 @@ require (
1818
github.com/oklog/run v1.2.0
1919
github.com/oklog/ulid v1.3.1 // indirect
2020
github.com/prometheus/alertmanager v0.28.1
21-
github.com/prometheus/client_golang v1.23.0
21+
github.com/prometheus/client_golang v1.23.2
2222
github.com/prometheus/client_model v0.6.2 // indirect
23-
github.com/prometheus/common v0.65.0
23+
github.com/prometheus/common v0.66.1
2424
github.com/prometheus/common/assets v0.2.0
2525
github.com/prometheus/prometheus v0.53.5-0.20250630093819-d344ea7bf4cc // v2.53.5.
26-
github.com/stretchr/testify v1.11.0
26+
github.com/stretchr/testify v1.11.1
2727
github.com/thanos-io/thanos v0.36.1
2828
go.uber.org/zap v1.27.0
2929
golang.org/x/mod v0.29.0
@@ -35,13 +35,13 @@ require (
3535
google.golang.org/protobuf v1.36.8
3636
gopkg.in/yaml.v2 v2.4.0
3737
gopkg.in/yaml.v3 v3.0.1
38-
k8s.io/api v0.30.14
39-
k8s.io/apiextensions-apiserver v0.30.14
40-
k8s.io/apimachinery v0.30.14
41-
k8s.io/autoscaler/vertical-pod-autoscaler v1.2.2
42-
k8s.io/client-go v0.30.14
43-
k8s.io/utils v0.0.0-20250820121507-0af2bda4dd1d
44-
sigs.k8s.io/controller-runtime v0.18.7
38+
k8s.io/api v0.35.0
39+
k8s.io/apiextensions-apiserver v0.35.0
40+
k8s.io/apimachinery v0.35.0
41+
k8s.io/autoscaler/vertical-pod-autoscaler v1.5.1
42+
k8s.io/client-go v0.35.0
43+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
44+
sigs.k8s.io/controller-runtime v0.22.4
4545
)
4646

4747
require github.com/efficientgo/e2e v0.14.1-0.20230710114240-c316eb95ae5b
@@ -64,7 +64,7 @@ require (
6464
github.com/Crocmagnon/fatcontext v0.7.1 // indirect
6565
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
6666
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1 // indirect
67-
github.com/Masterminds/semver/v3 v3.3.1 // indirect
67+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
6868
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
6969
github.com/a8m/envsubst v1.4.2 // indirect
7070
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
@@ -129,14 +129,14 @@ require (
129129
github.com/elliotchance/orderedmap v1.7.1 // indirect
130130
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
131131
github.com/ettle/strcase v0.2.0 // indirect
132-
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
133132
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
134133
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
135134
github.com/fatih/color v1.18.0 // indirect
136135
github.com/fatih/structtag v1.2.0 // indirect
137136
github.com/felixge/httpsnoop v1.0.4 // indirect
138137
github.com/firefart/nonamedreturns v1.0.5 // indirect
139138
github.com/fsnotify/fsnotify v1.9.0 // indirect
139+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
140140
github.com/fzipp/gocyclo v0.6.0 // indirect
141141
github.com/ghostiam/protogetter v0.3.12 // indirect
142142
github.com/go-critic/go-critic v0.13.0 // indirect
@@ -166,8 +166,6 @@ require (
166166
github.com/goccy/go-yaml v1.13.3 // indirect
167167
github.com/gofrs/flock v0.12.1 // indirect
168168
github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
169-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
170-
github.com/golang/protobuf v1.5.4 // indirect
171169
github.com/golang/snappy v1.0.0 // indirect
172170
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
173171
github.com/golangci/go-printf-func-name v0.1.0 // indirect
@@ -179,9 +177,9 @@ require (
179177
github.com/golangci/revgrep v0.8.0 // indirect
180178
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
181179
github.com/google/addlicense v1.2.0 // indirect
180+
github.com/google/btree v1.1.3 // indirect
182181
github.com/google/gnostic-models v0.7.0 // indirect
183182
github.com/google/go-containerregistry v0.20.3 // indirect
184-
github.com/google/gofuzz v1.2.0 // indirect
185183
github.com/google/s2a-go v0.1.9 // indirect
186184
github.com/google/uuid v1.6.0 // indirect
187185
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
@@ -197,7 +195,6 @@ require (
197195
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
198196
github.com/hashicorp/hcl v1.0.0 // indirect
199197
github.com/hexops/gotextdiff v1.0.3 // indirect
200-
github.com/imdario/mergo v0.3.6 // indirect
201198
github.com/inconshreveable/mousetrap v1.1.0 // indirect
202199
github.com/jgautheron/goconst v1.7.1 // indirect
203200
github.com/jingyugao/rowserrcheck v1.1.1 // indirect
@@ -285,9 +282,9 @@ require (
285282
github.com/sourcegraph/go-diff v0.7.0 // indirect
286283
github.com/spf13/afero v1.12.0 // indirect
287284
github.com/spf13/cast v1.5.0 // indirect
288-
github.com/spf13/cobra v1.9.1 // indirect
285+
github.com/spf13/cobra v1.10.0 // indirect
289286
github.com/spf13/jwalterweatherman v1.1.0 // indirect
290-
github.com/spf13/pflag v1.0.7 // indirect
287+
github.com/spf13/pflag v1.0.9 // indirect
291288
github.com/spf13/viper v1.12.0 // indirect
292289
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
293290
github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect
@@ -304,6 +301,7 @@ require (
304301
github.com/uudashr/gocognit v1.2.0 // indirect
305302
github.com/uudashr/iface v1.3.1 // indirect
306303
github.com/vbatts/tar-split v0.11.6 // indirect
304+
github.com/x448/float16 v0.8.4 // indirect
307305
github.com/xen0n/gosmopolitan v1.3.0 // indirect
308306
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
309307
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
@@ -328,7 +326,7 @@ require (
328326
go.uber.org/automaxprocs v1.6.0 // indirect
329327
go.uber.org/goleak v1.3.0 // indirect
330328
go.uber.org/multierr v1.11.0 // indirect
331-
go.yaml.in/yaml/v2 v2.4.2 // indirect
329+
go.yaml.in/yaml/v2 v2.4.3 // indirect
332330
go.yaml.in/yaml/v3 v3.0.4 // indirect
333331
golang.org/x/crypto v0.45.0 // indirect
334332
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b // indirect
@@ -342,19 +340,20 @@ require (
342340
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
343341
google.golang.org/genproto v0.0.0-20250825161204-c5933d9347a5 // indirect
344342
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
343+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
345344
gopkg.in/inf.v0 v0.9.1 // indirect
346345
gopkg.in/ini.v1 v1.67.0 // indirect
347346
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473 // indirect
348347
honnef.co/go/tools v0.6.1 // indirect
349-
k8s.io/code-generator v0.30.14 // indirect
350-
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
348+
k8s.io/code-generator v0.35.0 // indirect
349+
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect
351350
k8s.io/klog/v2 v2.130.1 // indirect
352-
k8s.io/kube-openapi v0.0.0-20250701173324-9bd5c66d9911 // indirect
351+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
353352
mvdan.cc/gofumpt v0.7.0 // indirect
354353
mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4 // indirect
355354
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
356355
sigs.k8s.io/randfill v1.0.0 // indirect
357-
sigs.k8s.io/structured-merge-diff/v4 v4.7.0 // indirect
356+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
358357
sigs.k8s.io/yaml v1.6.0 // indirect
359358
)
360359

0 commit comments

Comments
 (0)