Skip to content

Commit fcf2961

Browse files
Bump the gomod-dependencies group across 1 directory with 11 updates
Bumps the gomod-dependencies group with 9 updates in the /providers directory: | Package | From | To | | --- | --- | --- | | [github.com/GoogleCloudPlatform/k8s-cloud-provider](https://github.com/GoogleCloudPlatform/k8s-cloud-provider) | `1.25.0` | `1.34.0` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.27.0` | `0.31.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.199.0` | `0.249.0` | | gopkg.in/gcfg.v1 | `1.2.0` | `1.2.3` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.34.0` | `0.34.1` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.34.0` | `0.34.1` | | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.34.0` | `0.34.1` | | [k8s.io/cloud-provider](https://github.com/kubernetes/cloud-provider) | `0.34.0` | `0.34.1` | Updates `github.com/GoogleCloudPlatform/k8s-cloud-provider` from 1.25.0 to 1.34.0 - [Release notes](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/releases) - [Commits](GoogleCloudPlatform/k8s-cloud-provider@v1.25.0...v1.34.0) Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) Updates `golang.org/x/oauth2` from 0.27.0 to 0.31.0 - [Commits](golang/oauth2@v0.27.0...v0.31.0) Updates `google.golang.org/api` from 0.199.0 to 0.249.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.199.0...v0.249.0) Updates `gopkg.in/gcfg.v1` from 1.2.0 to 1.2.3 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/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 `cloud.google.com/go/compute/metadata` from 0.6.0 to 0.8.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@v0.6.0...v0.8.0) Updates `k8s.io/cloud-provider` from 0.34.0 to 0.34.1 - [Commits](kubernetes/cloud-provider@v0.34.0...v0.34.1) --- updated-dependencies: - dependency-name: github.com/GoogleCloudPlatform/k8s-cloud-provider dependency-version: 1.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: golang.org/x/oauth2 dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: google.golang.org/api dependency-version: 0.249.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: gopkg.in/gcfg.v1 dependency-version: 1.2.3 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/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: cloud.google.com/go/compute/metadata dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: k8s.io/cloud-provider dependency-version: 0.34.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b8b819d commit fcf2961

File tree

2 files changed

+104
-180
lines changed

2 files changed

+104
-180
lines changed

providers/go.mod

Lines changed: 30 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,47 @@ go 1.24.0
55
toolchain go1.24.5
66

77
require (
8-
github.com/GoogleCloudPlatform/k8s-cloud-provider v1.25.0
8+
github.com/GoogleCloudPlatform/k8s-cloud-provider v1.34.0
99
github.com/google/go-cmp v0.7.0
10-
github.com/stretchr/testify v1.10.0
11-
golang.org/x/oauth2 v0.27.0
12-
google.golang.org/api v0.199.0
13-
gopkg.in/gcfg.v1 v1.2.0
10+
github.com/stretchr/testify v1.11.1
11+
golang.org/x/oauth2 v0.31.0
12+
google.golang.org/api v0.250.0
13+
gopkg.in/gcfg.v1 v1.2.3
1414
gopkg.in/warnings.v0 v0.1.1 // indirect
15-
k8s.io/api v0.34.0
16-
k8s.io/apimachinery v0.34.0
17-
k8s.io/client-go v0.34.0
18-
k8s.io/component-base v0.34.0
15+
k8s.io/api v0.34.1
16+
k8s.io/apimachinery v0.34.1
17+
k8s.io/client-go v0.34.1
18+
k8s.io/component-base v0.34.1
1919
k8s.io/klog/v2 v2.130.1
2020
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
2121
)
2222

2323
require (
24-
cloud.google.com/go/compute/metadata v0.6.0
25-
k8s.io/cloud-provider v0.34.0
24+
cloud.google.com/go/compute/metadata v0.8.4
25+
k8s.io/cloud-provider v0.34.1
2626
)
2727

2828
require (
29-
cloud.google.com/go/auth v0.9.5 // indirect
30-
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
29+
cloud.google.com/go/auth v0.16.5 // indirect
30+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
3131
github.com/beorn7/perks v1.0.1 // indirect
3232
github.com/blang/semver/v4 v4.0.0 // indirect
3333
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3434
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3535
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
3636
github.com/felixge/httpsnoop v1.0.4 // indirect
3737
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
38-
github.com/go-logr/logr v1.4.2 // indirect
38+
github.com/go-logr/logr v1.4.3 // indirect
3939
github.com/go-logr/stdr v1.2.2 // indirect
4040
github.com/go-openapi/jsonpointer v0.21.0 // indirect
4141
github.com/go-openapi/jsonreference v0.21.0 // indirect
4242
github.com/go-openapi/swag v0.23.0 // indirect
4343
github.com/gogo/protobuf v1.3.2 // indirect
44-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4544
github.com/google/gnostic-models v0.7.0 // indirect
46-
github.com/google/s2a-go v0.1.8 // indirect
45+
github.com/google/s2a-go v0.1.9 // indirect
4746
github.com/google/uuid v1.6.0 // indirect
48-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
49-
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
47+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
48+
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
5049
github.com/josharian/intern v1.0.0 // indirect
5150
github.com/json-iterator/go v1.1.12 // indirect
5251
github.com/mailru/easyjson v0.9.0 // indirect
@@ -61,23 +60,22 @@ require (
6160
github.com/prometheus/procfs v0.15.1 // indirect
6261
github.com/spf13/pflag v1.0.6 // indirect
6362
github.com/x448/float16 v0.8.4 // indirect
64-
go.opencensus.io v0.24.0 // indirect
6563
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
66-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
67-
go.opentelemetry.io/otel v1.35.0 // indirect
68-
go.opentelemetry.io/otel/metric v1.35.0 // indirect
69-
go.opentelemetry.io/otel/trace v1.35.0 // indirect
64+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
65+
go.opentelemetry.io/otel v1.37.0 // indirect
66+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
67+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
7068
go.yaml.in/yaml/v2 v2.4.2 // indirect
7169
go.yaml.in/yaml/v3 v3.0.4 // indirect
72-
golang.org/x/crypto v0.36.0 // indirect
73-
golang.org/x/net v0.38.0 // indirect
74-
golang.org/x/sys v0.31.0 // indirect
75-
golang.org/x/term v0.30.0 // indirect
76-
golang.org/x/text v0.23.0 // indirect
77-
golang.org/x/time v0.10.0 // indirect
78-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
79-
google.golang.org/grpc v1.72.1 // indirect
80-
google.golang.org/protobuf v1.36.5 // indirect
70+
golang.org/x/crypto v0.42.0 // indirect
71+
golang.org/x/net v0.44.0 // indirect
72+
golang.org/x/sys v0.36.0 // indirect
73+
golang.org/x/term v0.35.0 // indirect
74+
golang.org/x/text v0.29.0 // indirect
75+
golang.org/x/time v0.13.0 // indirect
76+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 // indirect
77+
google.golang.org/grpc v1.75.1 // indirect
78+
google.golang.org/protobuf v1.36.9 // indirect
8179
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8280
gopkg.in/inf.v0 v0.9.1 // indirect
8381
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)