Skip to content

Commit 0fe3463

Browse files
chore(deps): bump the all group across 1 directory with 9 updates
Bumps the all group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) | `1.44.0` | `1.45.0` | | [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.24.0` | `2.25.3` | | [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.7` | `1.0.10` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.1` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.41.0` | `0.42.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.27.0` | `0.28.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.74.2` | `1.75.0` | Updates `cloud.google.com/go/compute` from 1.44.0 to 1.45.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@pubsub/v1.44.0...pubsub/v1.45.0) Updates `github.com/onsi/ginkgo/v2` from 2.24.0 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.24.0...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/spf13/pflag` from 1.0.7 to 1.0.10 - [Release notes](https://github.com/spf13/pflag/releases) - [Commits](spf13/pflag@v1.0.7...v1.0.10) 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/crypto` from 0.41.0 to 0.42.0 - [Commits](golang/crypto@v0.41.0...v0.42.0) Updates `golang.org/x/mod` from 0.27.0 to 0.28.0 - [Commits](golang/mod@v0.27.0...v0.28.0) Updates `google.golang.org/api` from 0.246.0 to 0.247.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.246.0...v0.247.0) Updates `google.golang.org/grpc` from 1.74.2 to 1.75.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.74.2...v1.75.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/compute dependency-version: 1.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/onsi/ginkgo/v2 dependency-version: 2.25.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/onsi/gomega dependency-version: 1.38.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/spf13/pflag dependency-version: 1.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/crypto dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: golang.org/x/mod dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: google.golang.org/api dependency-version: 0.247.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: google.golang.org/grpc dependency-version: 1.75.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5085352 commit 0fe3463

File tree

2 files changed

+80
-73
lines changed

2 files changed

+80
-73
lines changed

go.mod

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
module sigs.k8s.io/cluster-api-provider-gcp
22

3-
go 1.23.7
3+
go 1.24.0
44

55
require (
6-
cloud.google.com/go/compute v1.44.0
6+
cloud.google.com/go/compute v1.45.0
77
cloud.google.com/go/container v1.44.0
88
cloud.google.com/go/iam v1.5.2
99
cloud.google.com/go/resourcemanager v1.10.6
1010
github.com/GoogleCloudPlatform/k8s-cloud-provider v1.34.0
1111
github.com/go-logr/logr v1.4.3
1212
github.com/google/go-cmp v0.7.0
1313
github.com/googleapis/gax-go/v2 v2.15.0
14-
github.com/onsi/ginkgo/v2 v2.24.0
15-
github.com/onsi/gomega v1.38.0
14+
github.com/onsi/ginkgo/v2 v2.25.3
15+
github.com/onsi/gomega v1.38.2
1616
github.com/pkg/errors v0.9.1
17-
github.com/spf13/pflag v1.0.7
18-
github.com/stretchr/testify v1.10.0
19-
golang.org/x/crypto v0.41.0
20-
golang.org/x/mod v0.27.0
17+
github.com/spf13/pflag v1.0.10
18+
github.com/stretchr/testify v1.11.1
19+
golang.org/x/crypto v0.42.0
20+
golang.org/x/mod v0.28.0
2121
golang.org/x/net v0.43.0
22-
google.golang.org/api v0.246.0
23-
google.golang.org/grpc v1.74.2
22+
google.golang.org/api v0.247.0
23+
google.golang.org/grpc v1.75.0
2424
k8s.io/api v0.32.3
2525
k8s.io/apimachinery v0.32.3
2626
k8s.io/client-go v0.32.3
@@ -32,21 +32,24 @@ require (
3232
sigs.k8s.io/controller-runtime v0.20.4
3333
)
3434

35-
require go.uber.org/automaxprocs v1.6.0 // indirect
35+
require (
36+
go.uber.org/automaxprocs v1.6.0 // indirect
37+
go.yaml.in/yaml/v3 v3.0.4 // indirect
38+
)
3639

3740
require (
3841
al.essio.dev/pkg/shellescape v1.5.1 // indirect
3942
cel.dev/expr v0.24.0 // indirect
40-
cloud.google.com/go v0.121.4 // indirect
41-
cloud.google.com/go/auth v0.16.3 // indirect
43+
cloud.google.com/go v0.121.6 // indirect
44+
cloud.google.com/go/auth v0.16.4 // indirect
4245
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
43-
cloud.google.com/go/compute/metadata v0.7.0 // indirect
46+
cloud.google.com/go/compute/metadata v0.8.0 // indirect
4447
cloud.google.com/go/longrunning v0.6.7 // indirect
4548
dario.cat/mergo v1.0.1 // indirect
4649
github.com/BurntSushi/toml v1.4.0 // indirect
4750
github.com/MakeNowJust/heredoc v1.0.0 // indirect
4851
github.com/Masterminds/goutils v1.1.1 // indirect
49-
github.com/Masterminds/semver/v3 v3.3.1 // indirect
52+
github.com/Masterminds/semver/v3 v3.4.0 // indirect
5053
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
5154
github.com/Microsoft/go-winio v0.5.0 // indirect
5255
github.com/NYTimes/gziphandler v1.1.1 // indirect
@@ -134,27 +137,27 @@ require (
134137
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
135138
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
136139
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
137-
go.opentelemetry.io/otel v1.36.0 // indirect
140+
go.opentelemetry.io/otel v1.37.0 // indirect
138141
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
139142
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.27.0 // indirect
140-
go.opentelemetry.io/otel/metric v1.36.0 // indirect
141-
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
142-
go.opentelemetry.io/otel/trace v1.36.0 // indirect
143+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
144+
go.opentelemetry.io/otel/sdk v1.37.0 // indirect
145+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
143146
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
144147
go.uber.org/multierr v1.11.0 // indirect
145148
go.uber.org/zap v1.27.0 // indirect; indirect// indirect
146149
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
147150
golang.org/x/oauth2 v0.30.0 // indirect
148-
golang.org/x/sync v0.16.0 // indirect
149-
golang.org/x/sys v0.35.0 // indirect
150-
golang.org/x/term v0.34.0 // indirect
151-
golang.org/x/text v0.28.0 // indirect
151+
golang.org/x/sync v0.17.0 // indirect
152+
golang.org/x/sys v0.36.0 // indirect
153+
golang.org/x/term v0.35.0 // indirect
154+
golang.org/x/text v0.29.0 // indirect
152155
golang.org/x/time v0.12.0 // indirect
153156
golang.org/x/tools v0.36.0 // indirect
154157
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
155158
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
156-
google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect
157-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 // indirect
159+
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
160+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
158161
google.golang.org/protobuf v1.36.7 // indirect
159162
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
160163
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)