Skip to content

Commit 67822b0

Browse files
Bump the gomod-dependencies group in /providers with 9 updates
Bumps the gomod-dependencies group in /providers with 9 updates: | Package | From | To | | --- | --- | --- | | [github.com/GoogleCloudPlatform/k8s-cloud-provider](https://github.com/GoogleCloudPlatform/k8s-cloud-provider) | `1.27.0` | `1.34.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.30.0` | `0.36.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.199.0` | `0.272.0` | | [k8s.io/api](https://github.com/kubernetes/api) | `0.34.2` | `0.35.3` | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.34.2` | `0.35.3` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.34.2` | `0.35.3` | | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.34.2` | `0.35.3` | | [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) | `0.6.0` | `0.9.0` | | [k8s.io/cloud-provider](https://github.com/kubernetes/cloud-provider) | `0.34.2` | `0.35.3` | Updates `github.com/GoogleCloudPlatform/k8s-cloud-provider` from 1.27.0 to 1.34.0 - [Release notes](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/releases) - [Commits](GoogleCloudPlatform/k8s-cloud-provider@v1.27.0...v1.34.0) Updates `golang.org/x/oauth2` from 0.30.0 to 0.36.0 - [Commits](golang/oauth2@v0.30.0...v0.36.0) Updates `google.golang.org/api` from 0.199.0 to 0.272.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.272.0) Updates `k8s.io/api` from 0.34.2 to 0.35.3 - [Commits](kubernetes/api@v0.34.2...v0.35.3) Updates `k8s.io/apimachinery` from 0.34.2 to 0.35.3 - [Commits](kubernetes/apimachinery@v0.34.2...v0.35.3) Updates `k8s.io/client-go` from 0.34.2 to 0.35.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.34.2...v0.35.3) Updates `k8s.io/component-base` from 0.34.2 to 0.35.3 - [Commits](kubernetes/component-base@v0.34.2...v0.35.3) Updates `cloud.google.com/go/compute/metadata` from 0.6.0 to 0.9.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.9.0) Updates `k8s.io/cloud-provider` from 0.34.2 to 0.35.3 - [Commits](kubernetes/cloud-provider@v0.34.2...v0.35.3) --- 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: golang.org/x/oauth2 dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: google.golang.org/api dependency-version: 0.272.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: k8s.io/api dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: k8s.io/apimachinery dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: k8s.io/client-go dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: k8s.io/component-base dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: cloud.google.com/go/compute/metadata dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies - dependency-name: k8s.io/cloud-provider dependency-version: 0.35.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb7e572 commit 67822b0

File tree

2 files changed

+94
-183
lines changed

2 files changed

+94
-183
lines changed

providers/go.mod

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ go 1.25.0
55
toolchain go1.25.8
66

77
require (
8-
github.com/GoogleCloudPlatform/k8s-cloud-provider v1.27.0
8+
github.com/GoogleCloudPlatform/k8s-cloud-provider v1.34.0
99
github.com/google/go-cmp v0.7.0
1010
github.com/stretchr/testify v1.11.1
11-
golang.org/x/oauth2 v0.30.0
12-
google.golang.org/api v0.199.0
11+
golang.org/x/oauth2 v0.36.0
12+
google.golang.org/api v0.273.0
1313
gopkg.in/gcfg.v1 v1.2.3
1414
gopkg.in/warnings.v0 v0.1.2 // indirect
15-
k8s.io/api v0.35.1
16-
k8s.io/apimachinery v0.35.1
17-
k8s.io/client-go v0.35.1
18-
k8s.io/component-base v0.35.1
15+
k8s.io/api v0.35.3
16+
k8s.io/apimachinery v0.35.3
17+
k8s.io/client-go v0.35.3
18+
k8s.io/component-base v0.35.3
1919
k8s.io/klog/v2 v2.140.0
2020
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
2121
)
2222

2323
require (
24-
cloud.google.com/go/compute/metadata v0.6.0
25-
k8s.io/cloud-provider v0.35.1
24+
cloud.google.com/go/compute/metadata v0.9.0
25+
k8s.io/cloud-provider v0.35.3
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.18.2 // 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
@@ -40,13 +40,12 @@ require (
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
43-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
4443
github.com/google/gnostic-models v0.7.0 // indirect
4544
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // 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.14 // indirect
48+
github.com/googleapis/gax-go/v2 v2.19.0 // indirect
5049
github.com/josharian/intern v1.0.0 // indirect
5150
github.com/json-iterator/go v1.1.12 // indirect
5251
github.com/kylelemons/godebug v1.1.0 // indirect
@@ -62,25 +61,22 @@ require (
6261
github.com/prometheus/procfs v0.16.1 // indirect
6362
github.com/spf13/pflag v1.0.10 // indirect
6463
github.com/x448/float16 v0.8.4 // indirect
65-
go.opencensus.io v0.24.0 // indirect
6664
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
6765
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
68-
go.opentelemetry.io/otel v1.41.0 // indirect
69-
go.opentelemetry.io/otel/metric v1.41.0 // indirect
70-
go.opentelemetry.io/otel/sdk v1.41.0 // indirect
71-
go.opentelemetry.io/otel/sdk/metric v1.41.0 // indirect
72-
go.opentelemetry.io/otel/trace v1.41.0 // indirect
66+
go.opentelemetry.io/otel v1.42.0 // indirect
67+
go.opentelemetry.io/otel/metric v1.42.0 // indirect
68+
go.opentelemetry.io/otel/trace v1.42.0 // indirect
7369
go.yaml.in/yaml/v2 v2.4.3 // indirect
7470
go.yaml.in/yaml/v3 v3.0.4 // indirect
75-
golang.org/x/crypto v0.48.0 // indirect
76-
golang.org/x/net v0.49.0 // indirect
77-
golang.org/x/sys v0.41.0 // indirect
78-
golang.org/x/term v0.40.0 // indirect
79-
golang.org/x/text v0.34.0 // indirect
80-
golang.org/x/time v0.10.0 // indirect
81-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
82-
google.golang.org/grpc v1.72.2 // indirect
83-
google.golang.org/protobuf v1.36.8 // indirect
71+
golang.org/x/crypto v0.49.0 // indirect
72+
golang.org/x/net v0.52.0 // indirect
73+
golang.org/x/sys v0.42.0 // indirect
74+
golang.org/x/term v0.41.0 // indirect
75+
golang.org/x/text v0.35.0 // indirect
76+
golang.org/x/time v0.15.0 // indirect
77+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect
78+
google.golang.org/grpc v1.79.3 // indirect
79+
google.golang.org/protobuf v1.36.11 // indirect
8480
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
8581
gopkg.in/inf.v0 v0.9.1 // indirect
8682
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)