aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-14 15:25:35 +0000
committerTaras Madan <tarasmadan@google.com>2025-02-14 16:36:20 +0000
commit955bc70be0528d7f924d3fc6a49cdfc645f0440c (patch)
treec5f880ed82a21f4e0720ee93f94cb4182a2282ea /go.mod
parent771ba9830ecff35cb9af7a9710fac53a6cebdc8d (diff)
mod: bump cloud.google.com/go/bigquery from 1.63.0 to 1.66.2
Bumps [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) from 1.63.0 to 1.66.2. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.63.0...bigquery/v1.66.2) --- updated-dependencies: - dependency-name: cloud.google.com/go/bigquery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod70
1 files changed, 39 insertions, 31 deletions
diff --git a/go.mod b/go.mod
index 37edc5fa5..9a2835d2f 100644
--- a/go.mod
+++ b/go.mod
@@ -3,15 +3,15 @@ module github.com/google/syzkaller
go 1.23.6
require (
- cloud.google.com/go v0.116.0
- cloud.google.com/go/batch v1.11.0
- cloud.google.com/go/bigquery v1.63.0
- cloud.google.com/go/logging v1.12.0
+ cloud.google.com/go v0.118.1
+ cloud.google.com/go/batch v1.11.5
+ cloud.google.com/go/bigquery v1.66.2
+ cloud.google.com/go/logging v1.13.0
cloud.google.com/go/profiler v0.4.1
- cloud.google.com/go/pubsub v1.43.0
- cloud.google.com/go/secretmanager v1.14.0
- cloud.google.com/go/spanner v1.67.0
- cloud.google.com/go/storage v1.43.0
+ cloud.google.com/go/pubsub v1.45.3
+ cloud.google.com/go/secretmanager v1.14.3
+ cloud.google.com/go/spanner v1.73.0
+ cloud.google.com/go/storage v1.50.0
github.com/VividCortex/gohistogram v1.0.0
github.com/argoproj/argo-workflows/v3 v3.5.13
github.com/dvyukov/go-fuzz v0.0.0-20220726122315-1d375ef9f9f6
@@ -33,12 +33,12 @@ require (
golang.org/x/oauth2 v0.25.0
golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c
golang.org/x/sync v0.10.0
- golang.org/x/sys v0.29.0
+ golang.org/x/sys v0.30.0
golang.org/x/tools v0.29.0
- google.golang.org/api v0.198.0
+ google.golang.org/api v0.218.0
google.golang.org/appengine/v2 v2.0.5
- google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1
- google.golang.org/grpc v1.66.2
+ google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4
+ google.golang.org/grpc v1.70.0
google.golang.org/protobuf v1.36.4
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.32.1
@@ -49,13 +49,14 @@ require (
require (
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
4d63.com/gochecknoglobals v0.2.1 // indirect
- cel.dev/expr v0.15.0 // indirect
+ cel.dev/expr v0.19.2 // indirect
cloud.google.com/go/ai v0.8.0 // indirect
- cloud.google.com/go/auth v0.9.4 // indirect
- cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
- cloud.google.com/go/compute/metadata v0.5.1 // indirect
- cloud.google.com/go/iam v1.2.1 // indirect
- cloud.google.com/go/longrunning v0.6.1 // indirect
+ cloud.google.com/go/auth v0.14.0 // indirect
+ cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
+ cloud.google.com/go/compute/metadata v0.6.0 // indirect
+ cloud.google.com/go/iam v1.3.1 // indirect
+ cloud.google.com/go/longrunning v0.6.4 // indirect
+ cloud.google.com/go/monitoring v1.23.0 // indirect
github.com/4meepo/tagalign v1.4.1 // indirect
github.com/Abirdcfly/dupword v0.1.3 // indirect
github.com/Antonboom/errname v1.0.0 // indirect
@@ -66,6 +67,9 @@ require (
github.com/Djarvur/go-err113 v0.1.0 // indirect
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 // indirect
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49.0 // indirect
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
@@ -92,14 +96,14 @@ require (
github.com/chavacava/garif v0.1.0 // indirect
github.com/chigopher/pathlib v0.19.1 // indirect
github.com/ckaznocha/intrange v0.3.0 // indirect
- github.com/cncf/xds/go v0.0.0-20240423153145-555b57ec207b // indirect
+ github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
github.com/curioswitch/go-reassign v0.3.0 // indirect
github.com/daixiang0/gci v0.13.5 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/denis-tingaikin/go-header v0.5.0 // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
- github.com/envoyproxy/go-control-plane v0.12.1-0.20240621013728-1eb8caab5155 // indirect
- github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect
+ github.com/envoyproxy/go-control-plane v0.13.1 // indirect
+ github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
github.com/ettle/strcase v0.2.0 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/fatih/structtag v1.2.0 // indirect
@@ -140,10 +144,10 @@ require (
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
- github.com/google/s2a-go v0.1.8 // indirect
+ github.com/google/s2a-go v0.1.9 // indirect
github.com/google/safehtml v0.1.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
- github.com/googleapis/gax-go/v2 v2.13.0 // indirect
+ github.com/googleapis/gax-go/v2 v2.14.1 // indirect
github.com/gordonklaus/ineffassign v0.1.0 // indirect
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
github.com/gostaticanalysis/comment v1.4.2 // indirect
@@ -265,11 +269,15 @@ require (
go-simpler.org/musttag v0.13.0 // indirect
go-simpler.org/sloglint v0.7.2 // indirect
go.opencensus.io v0.24.0 // indirect
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
- go.opentelemetry.io/otel v1.29.0 // indirect
- go.opentelemetry.io/otel/metric v1.29.0 // indirect
- go.opentelemetry.io/otel/trace v1.29.0 // indirect
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
+ go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
+ go.opentelemetry.io/otel v1.34.0 // indirect
+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
+ go.opentelemetry.io/otel/sdk v1.34.0 // indirect
+ go.opentelemetry.io/otel/sdk/metric v1.32.0 // indirect
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
@@ -280,10 +288,10 @@ require (
golang.org/x/net v0.34.0 // indirect
golang.org/x/term v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
- golang.org/x/time v0.7.0 // indirect
+ golang.org/x/time v0.9.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
- google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
+ google.golang.org/genproto/googleapis/api v0.0.0-20250127172529-29210b9bc287 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect