Skip to content

Commit 1f6e7c8

Browse files
build(deps): bump the gomod-dependencies group across 1 directory with 12 updates
Bumps the gomod-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.23.4` | `2.25.3` | | [github.com/prometheus/common](https://github.com/prometheus/common) | `0.65.0` | `0.66.1` | | [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) | `0.305.0` | `0.306.0` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.34.0` | `0.34.1` | | [k8s.io/apiserver](https://github.com/kubernetes/apiserver) | `0.34.0` | `0.34.1` | | [k8s.io/metrics](https://github.com/kubernetes/metrics) | `0.34.0` | `0.34.1` | Updates `github.com/onsi/ginkgo/v2` from 2.23.4 to 2.25.3 - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.23.4...v2.25.3) Updates `github.com/onsi/gomega` from 1.38.0 to 1.38.2 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.38.0...v1.38.2) Updates `github.com/prometheus/common` from 0.65.0 to 0.66.1 - [Release notes](https://github.com/prometheus/common/releases) - [Changelog](https://github.com/prometheus/common/blob/main/CHANGELOG.md) - [Commits](prometheus/common@v0.65.0...v0.66.1) Updates `github.com/prometheus/prometheus` from 0.305.0 to 0.306.0 - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.305.0...v0.306.0) Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.1) Updates `github.com/spf13/pflag` from 1.0.7 to 1.0.9 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.7...v1.0.9) Updates `k8s.io/api` from 0.34.0 to 0.34.1 - [Commits](kubernetes/api@v0.34.0...v0.34.1) Updates `k8s.io/apimachinery` from 0.34.0 to 0.34.1 - [Commits](kubernetes/apimachinery@v0.34.0...v0.34.1) Updates `k8s.io/apiserver` from 0.34.0 to 0.34.1 - [Commits](kubernetes/apiserver@v0.34.0...v0.34.1) Updates `k8s.io/client-go` from 0.34.0 to 0.34.1 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.34.0...v0.34.1) Updates `k8s.io/component-base` from 0.34.0 to 0.34.1 - [Commits](kubernetes/component-base@v0.34.0...v0.34.1) Updates `k8s.io/metrics` from 0.34.0 to 0.34.1 - [Commits](kubernetes/metrics@v0.34.0...v0.34.1) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.25.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/onsi/gomega dependency-version: 1.38.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: github.com/prometheus/common dependency-version: 0.66.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/prometheus/prometheus dependency-version: 0.306.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/spf13/pflag dependency-version: 1.0.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: k8s.io/api dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: k8s.io/apiserver dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: k8s.io/client-go dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: k8s.io/component-base dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies - dependency-name: k8s.io/metrics dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a504ef3 commit 1f6e7c8

File tree

2 files changed

+87
-80
lines changed

2 files changed

+87
-80
lines changed

go.mod

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,27 @@ go 1.24.5
44

55
require (
66
github.com/google/go-cmp v0.7.0
7-
github.com/onsi/ginkgo/v2 v2.23.4
8-
github.com/onsi/gomega v1.38.0
9-
github.com/prometheus/common v0.65.0
10-
github.com/prometheus/prometheus v0.305.0
11-
github.com/spf13/cobra v1.9.1
12-
github.com/spf13/pflag v1.0.7
13-
k8s.io/api v0.34.0
14-
k8s.io/apimachinery v0.34.0
15-
k8s.io/apiserver v0.34.0
16-
k8s.io/client-go v0.34.0
17-
k8s.io/component-base v0.34.0
7+
github.com/onsi/ginkgo/v2 v2.25.3
8+
github.com/onsi/gomega v1.38.2
9+
github.com/prometheus/common v0.66.1
10+
github.com/prometheus/prometheus v0.306.0
11+
github.com/spf13/cobra v1.10.1
12+
github.com/spf13/pflag v1.0.9
13+
k8s.io/api v0.34.1
14+
k8s.io/apimachinery v0.34.1
15+
k8s.io/apiserver v0.34.1
16+
k8s.io/client-go v0.34.1
17+
k8s.io/component-base v0.34.1
1818
k8s.io/klog/v2 v2.130.1
1919
k8s.io/kube-openapi v0.0.0-20250710124328-f3f2b991d03b
20-
k8s.io/metrics v0.34.0
20+
k8s.io/metrics v0.34.1
2121
)
2222

2323
require (
2424
cel.dev/expr v0.24.0 // indirect
2525
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
2626
github.com/BurntSushi/toml v0.3.1 // indirect
27+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2728
github.com/NYTimes/gziphandler v1.1.1 // indirect
2829
github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794 // indirect
2930
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
@@ -40,7 +41,7 @@ require (
4041
github.com/felixge/httpsnoop v1.0.4 // indirect
4142
github.com/fsnotify/fsnotify v1.9.0 // indirect
4243
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
43-
github.com/go-logr/logr v1.4.2 // indirect
44+
github.com/go-logr/logr v1.4.3 // indirect
4445
github.com/go-logr/stdr v1.2.2 // indirect
4546
github.com/go-logr/zapr v1.3.0 // indirect
4647
github.com/go-openapi/jsonpointer v0.21.0 // indirect
@@ -74,9 +75,9 @@ require (
7475
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
7576
github.com/pkg/errors v0.9.1 // indirect
7677
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
77-
github.com/prometheus/client_golang v1.22.0 // indirect
78+
github.com/prometheus/client_golang v1.23.0-rc.1 // indirect
7879
github.com/prometheus/client_model v0.6.2 // indirect
79-
github.com/prometheus/procfs v0.15.1 // indirect
80+
github.com/prometheus/procfs v0.16.1 // indirect
8081
github.com/stoewer/go-strcase v1.3.0 // indirect
8182
github.com/x448/float16 v0.8.4 // indirect
8283
go.etcd.io/etcd/api/v3 v3.6.4 // indirect
@@ -97,28 +98,29 @@ require (
9798
go.uber.org/zap v1.27.0 // indirect
9899
go.yaml.in/yaml/v2 v2.4.2 // indirect
99100
go.yaml.in/yaml/v3 v3.0.4 // indirect
100-
golang.org/x/crypto v0.39.0 // indirect
101+
golang.org/x/crypto v0.41.0 // indirect
101102
golang.org/x/exp v0.0.0-20250106191152-7588d65b2ba8 // indirect
102-
golang.org/x/mod v0.25.0 // indirect
103-
golang.org/x/net v0.41.0 // indirect
103+
golang.org/x/mod v0.27.0 // indirect
104+
golang.org/x/net v0.43.0 // indirect
104105
golang.org/x/oauth2 v0.30.0 // indirect
105106
golang.org/x/perf v0.0.0-20250605212013-b481878a17be // indirect
106-
golang.org/x/sync v0.15.0 // indirect
107-
golang.org/x/sys v0.33.0 // indirect
108-
golang.org/x/term v0.32.0 // indirect
109-
golang.org/x/text v0.26.0 // indirect
107+
golang.org/x/sync v0.16.0 // indirect
108+
golang.org/x/sys v0.35.0 // indirect
109+
golang.org/x/term v0.34.0 // indirect
110+
golang.org/x/text v0.28.0 // indirect
110111
golang.org/x/time v0.12.0 // indirect
111-
golang.org/x/tools v0.33.0 // indirect
112+
golang.org/x/tools v0.36.0 // indirect
113+
golang.org/x/tools/go/packages/packagestest v0.1.1-deprecated // indirect
112114
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
113115
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
114116
google.golang.org/grpc v1.73.0 // indirect
115-
google.golang.org/protobuf v1.36.6 // indirect
117+
google.golang.org/protobuf v1.36.8 // indirect
116118
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
117119
gopkg.in/inf.v0 v0.9.1 // indirect
118120
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
119121
gopkg.in/yaml.v3 v3.0.1 // indirect
120122
k8s.io/gengo/v2 v2.0.0-20250604051438-85fd79dbfd9f // indirect
121-
k8s.io/kms v0.34.0 // indirect
123+
k8s.io/kms v0.34.1 // indirect
122124
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 // indirect
123125
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
124126
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect

0 commit comments

Comments
 (0)