aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-04-01 09:03:18 +0200
committerTaras Madan <tarasmadan@google.com>2025-04-01 11:04:14 +0000
commit5ab6843572461c80f7f5f4e9ad65cc05b92ed1e2 (patch)
treefb78fcf5057309725130d4b967bbe016b3edfa09 /go.mod
parent36d76a97dbb77aed9c8edd90dc833540b143f89f (diff)
go/mod: update bigquery
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod57
1 files changed, 28 insertions, 29 deletions
diff --git a/go.mod b/go.mod
index 911ab07cf..a8b3e98c5 100644
--- a/go.mod
+++ b/go.mod
@@ -3,14 +3,14 @@ module github.com/google/syzkaller
go 1.23.6
require (
- 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 v0.118.3
+ cloud.google.com/go/batch v1.12.0
+ cloud.google.com/go/bigquery v1.67.0
cloud.google.com/go/logging v1.13.0
cloud.google.com/go/profiler v0.4.1
cloud.google.com/go/pubsub v1.47.0
cloud.google.com/go/secretmanager v1.14.5
- cloud.google.com/go/spanner v1.73.0
+ cloud.google.com/go/spanner v1.76.1
cloud.google.com/go/storage v1.50.0
github.com/VividCortex/gohistogram v1.0.0
github.com/argoproj/argo-workflows/v3 v3.5.13
@@ -31,15 +31,15 @@ require (
github.com/ulikunitz/xz v0.5.12
github.com/vektra/mockery/v2 v2.52.1
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
- golang.org/x/oauth2 v0.26.0
+ golang.org/x/oauth2 v0.27.0
golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c
- golang.org/x/sync v0.11.0
- golang.org/x/sys v0.30.0
- golang.org/x/tools v0.29.0
- google.golang.org/api v0.223.0
+ golang.org/x/sync v0.12.0
+ golang.org/x/sys v0.31.0
+ golang.org/x/tools v0.30.0
+ google.golang.org/api v0.224.0
google.golang.org/appengine/v2 v2.0.5
- google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4
- google.golang.org/grpc v1.70.0
+ google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb
+ google.golang.org/grpc v1.71.0
google.golang.org/protobuf v1.36.5
gopkg.in/yaml.v3 v3.0.1
k8s.io/apimachinery v0.32.2
@@ -55,9 +55,9 @@ require (
cloud.google.com/go/auth v0.15.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
+ cloud.google.com/go/iam v1.4.1 // indirect
+ cloud.google.com/go/longrunning v0.6.5 // indirect
+ cloud.google.com/go/monitoring v1.24.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
@@ -67,10 +67,10 @@ require (
github.com/Crocmagnon/fatcontext v0.5.3 // indirect
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/grpc-gcp-go/grpcgcp v1.5.2 // 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/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50.0 // indirect
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50.0 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
github.com/Workiva/go-datastructures v1.0.53 // indirect
@@ -92,7 +92,6 @@ require (
github.com/butuzov/mirror v1.3.0 // indirect
github.com/catenacyber/perfsprint v0.7.1 // indirect
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
- github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/charithe/durationcheck v0.0.10 // indirect
github.com/chavacava/garif v0.1.0 // indirect
@@ -104,7 +103,7 @@ require (
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.13.1 // indirect
+ github.com/envoyproxy/go-control-plane/envoy v1.32.4 // 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
@@ -148,7 +147,7 @@ require (
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // 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/enterprise-certificate-proxy v0.3.5 // 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
@@ -272,28 +271,28 @@ require (
go-simpler.org/sloglint v0.7.2 // indirect
go.opencensus.io v0.24.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/detectors/gcp v1.34.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.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/sdk/metric v1.34.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
go.uber.org/zap v1.24.0 // indirect
- golang.org/x/crypto v0.35.0 // indirect
+ golang.org/x/crypto v0.36.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f // indirect
- golang.org/x/mod v0.22.0 // indirect
- golang.org/x/net v0.36.0 // indirect
- golang.org/x/term v0.29.0 // indirect
- golang.org/x/text v0.22.0 // indirect
+ golang.org/x/mod v0.23.0 // indirect
+ golang.org/x/net v0.37.0 // indirect
+ golang.org/x/term v0.30.0 // indirect
+ golang.org/x/text v0.23.0 // indirect
golang.org/x/time v0.10.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
- google.golang.org/genproto/googleapis/api v0.0.0-20250207221924-e9438ea467c6 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
+ google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // 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