Skip to content

Commit 1d4f4f0

Browse files
mod: bump cloud.google.com/go/batch from 1.11.5 to 1.12.1
Bumps [cloud.google.com/go/batch](https://github.com/googleapis/google-cloud-go) from 1.11.5 to 1.12.1. - [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@maps/v1.11.5...kms/v1.12.1) --- updated-dependencies: - dependency-name: cloud.google.com/go/batch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1625624 commit 1d4f4f0

File tree

2 files changed

+78
-74
lines changed

2 files changed

+78
-74
lines changed

go.mod

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
module github.com/google/syzkaller
22

33
go 1.23.6
4+
toolchain go1.24.1
45

56
require (
6-
cloud.google.com/go v0.118.1
7-
cloud.google.com/go/batch v1.11.5
7+
cloud.google.com/go v0.118.3
8+
cloud.google.com/go/batch v1.12.1
89
cloud.google.com/go/bigquery v1.66.2
910
cloud.google.com/go/logging v1.13.0
1011
cloud.google.com/go/profiler v0.4.1
1112
cloud.google.com/go/pubsub v1.47.0
1213
cloud.google.com/go/secretmanager v1.14.5
13-
cloud.google.com/go/spanner v1.73.0
14+
cloud.google.com/go/spanner v1.76.1
1415
cloud.google.com/go/storage v1.50.0
1516
github.com/VividCortex/gohistogram v1.0.0
1617
github.com/argoproj/argo-workflows/v3 v3.5.13
@@ -31,15 +32,15 @@ require (
3132
github.com/ulikunitz/xz v0.5.12
3233
github.com/vektra/mockery/v2 v2.52.1
3334
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
34-
golang.org/x/oauth2 v0.26.0
35+
golang.org/x/oauth2 v0.27.0
3536
golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c
36-
golang.org/x/sync v0.11.0
37-
golang.org/x/sys v0.30.0
37+
golang.org/x/sync v0.12.0
38+
golang.org/x/sys v0.31.0
3839
golang.org/x/tools v0.29.0
39-
google.golang.org/api v0.223.0
40+
google.golang.org/api v0.224.0
4041
google.golang.org/appengine/v2 v2.0.5
41-
google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4
42-
google.golang.org/grpc v1.70.0
42+
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb
43+
google.golang.org/grpc v1.71.0
4344
google.golang.org/protobuf v1.36.5
4445
gopkg.in/yaml.v3 v3.0.1
4546
k8s.io/apimachinery v0.32.2
@@ -55,9 +56,9 @@ require (
5556
cloud.google.com/go/auth v0.15.0 // indirect
5657
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
5758
cloud.google.com/go/compute/metadata v0.6.0 // indirect
58-
cloud.google.com/go/iam v1.3.1 // indirect
59-
cloud.google.com/go/longrunning v0.6.4 // indirect
60-
cloud.google.com/go/monitoring v1.23.0 // indirect
59+
cloud.google.com/go/iam v1.4.1 // indirect
60+
cloud.google.com/go/longrunning v0.6.5 // indirect
61+
cloud.google.com/go/monitoring v1.24.0 // indirect
6162
github.com/4meepo/tagalign v1.4.1 // indirect
6263
github.com/Abirdcfly/dupword v0.1.3 // indirect
6364
github.com/Antonboom/errname v1.0.0 // indirect
@@ -67,7 +68,7 @@ require (
6768
github.com/Crocmagnon/fatcontext v0.5.3 // indirect
6869
github.com/Djarvur/go-err113 v0.1.0 // indirect
6970
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 // indirect
70-
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect
71+
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 // indirect
7172
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
7273
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
7374
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
@@ -92,7 +93,6 @@ require (
9293
github.com/butuzov/mirror v1.3.0 // indirect
9394
github.com/catenacyber/perfsprint v0.7.1 // indirect
9495
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
95-
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
9696
github.com/cespare/xxhash/v2 v2.3.0 // indirect
9797
github.com/charithe/durationcheck v0.0.10 // indirect
9898
github.com/chavacava/garif v0.1.0 // indirect
@@ -104,7 +104,7 @@ require (
104104
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
105105
github.com/denis-tingaikin/go-header v0.5.0 // indirect
106106
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
107-
github.com/envoyproxy/go-control-plane v0.13.1 // indirect
107+
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
108108
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
109109
github.com/ettle/strcase v0.2.0 // indirect
110110
github.com/fatih/color v1.18.0 // indirect
@@ -148,7 +148,7 @@ require (
148148
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
149149
github.com/google/s2a-go v0.1.9 // indirect
150150
github.com/google/safehtml v0.1.0 // indirect
151-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
151+
github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
152152
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
153153
github.com/gordonklaus/ineffassign v0.1.0 // indirect
154154
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
@@ -272,28 +272,28 @@ require (
272272
go-simpler.org/sloglint v0.7.2 // indirect
273273
go.opencensus.io v0.24.0 // indirect
274274
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
275-
go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
275+
go.opentelemetry.io/contrib/detectors/gcp v1.34.0 // indirect
276276
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
277277
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
278278
go.opentelemetry.io/otel v1.34.0 // indirect
279279
go.opentelemetry.io/otel/metric v1.34.0 // indirect
280280
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
281-
go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
281+
go.opentelemetry.io/otel/sdk/metric v1.34.0 // indirect
282282
go.opentelemetry.io/otel/trace v1.34.0 // indirect
283283
go.uber.org/atomic v1.10.0 // indirect
284284
go.uber.org/automaxprocs v1.6.0 // indirect
285285
go.uber.org/multierr v1.11.0 // indirect
286286
go.uber.org/zap v1.24.0 // indirect
287-
golang.org/x/crypto v0.33.0 // indirect
287+
golang.org/x/crypto v0.36.0 // indirect
288288
golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f // indirect
289289
golang.org/x/mod v0.22.0 // indirect
290-
golang.org/x/net v0.35.0 // indirect
291-
golang.org/x/term v0.29.0 // indirect
292-
golang.org/x/text v0.22.0 // indirect
290+
golang.org/x/net v0.37.0 // indirect
291+
golang.org/x/term v0.30.0 // indirect
292+
golang.org/x/text v0.23.0 // indirect
293293
golang.org/x/time v0.10.0 // indirect
294294
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
295-
google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
296-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
295+
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
296+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
297297
gopkg.in/inf.v0 v0.9.1 // indirect
298298
gopkg.in/ini.v1 v1.67.0 // indirect
299299
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)