@@ -3,14 +3,14 @@ module github.com/google/syzkaller
33go 1.23.6
44
55require (
6- cloud.google.com/go v0.118.1
7- cloud.google.com/go/batch v1.11.5
8- cloud.google.com/go/bigquery v1.66.2
6+ cloud.google.com/go v0.118.3
7+ cloud.google.com/go/batch v1.12.0
8+ cloud.google.com/go/bigquery v1.67.0
99 cloud.google.com/go/logging v1.13.0
1010 cloud.google.com/go/profiler v0.4.1
1111 cloud.google.com/go/pubsub v1.47.0
1212 cloud.google.com/go/secretmanager v1.14.5
13- cloud.google.com/go/spanner v1.73.0
13+ cloud.google.com/go/spanner v1.76.1
1414 cloud.google.com/go/storage v1.50.0
1515 github.com/VividCortex/gohistogram v1.0.0
1616 github.com/argoproj/argo-workflows/v3 v3.5.13
@@ -31,15 +31,15 @@ require (
3131 github.com/ulikunitz/xz v0.5.12
3232 github.com/vektra/mockery/v2 v2.52.1
3333 golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
34- golang.org/x/oauth2 v0.26 .0
34+ golang.org/x/oauth2 v0.27 .0
3535 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
38- golang.org/x/tools v0.29 .0
39- google.golang.org/api v0.223 .0
36+ golang.org/x/sync v0.12 .0
37+ golang.org/x/sys v0.31 .0
38+ golang.org/x/tools v0.30 .0
39+ google.golang.org/api v0.224 .0
4040 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
41+ google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb
42+ google.golang.org/grpc v1.71 .0
4343 google.golang.org/protobuf v1.36.5
4444 gopkg.in/yaml.v3 v3.0.1
4545 k8s.io/apimachinery v0.32.2
@@ -55,9 +55,9 @@ require (
5555 cloud.google.com/go/auth v0.15.0 // indirect
5656 cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
5757 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
58+ cloud.google.com/go/iam v1.4 .1 // indirect
59+ cloud.google.com/go/longrunning v0.6.5 // indirect
60+ cloud.google.com/go/monitoring v1.24 .0 // indirect
6161 github.com/4meepo/tagalign v1.4.1 // indirect
6262 github.com/Abirdcfly/dupword v0.1.3 // indirect
6363 github.com/Antonboom/errname v1.0.0 // indirect
@@ -67,10 +67,10 @@ require (
6767 github.com/Crocmagnon/fatcontext v0.5.3 // indirect
6868 github.com/Djarvur/go-err113 v0.1.0 // indirect
6969 github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 // indirect
70- github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect
70+ github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 // indirect
7171 github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
72- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.49 .0 // indirect
73- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49 .0 // indirect
72+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.50 .0 // indirect
73+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.50 .0 // indirect
7474 github.com/Masterminds/semver/v3 v3.3.0 // indirect
7575 github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
7676 github.com/Workiva/go-datastructures v1.0.53 // indirect
@@ -92,7 +92,6 @@ require (
9292 github.com/butuzov/mirror v1.3.0 // indirect
9393 github.com/catenacyber/perfsprint v0.7.1 // indirect
9494 github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
95- github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
9695 github.com/cespare/xxhash/v2 v2.3.0 // indirect
9796 github.com/charithe/durationcheck v0.0.10 // indirect
9897 github.com/chavacava/garif v0.1.0 // indirect
@@ -104,7 +103,7 @@ require (
104103 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
105104 github.com/denis-tingaikin/go-header v0.5.0 // indirect
106105 github.com/emicklei/go-restful/v3 v3.11.0 // indirect
107- github.com/envoyproxy/go-control-plane v0.13.1 // indirect
106+ github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
108107 github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
109108 github.com/ettle/strcase v0.2.0 // indirect
110109 github.com/fatih/color v1.18.0 // indirect
@@ -148,7 +147,7 @@ require (
148147 github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
149148 github.com/google/s2a-go v0.1.9 // indirect
150149 github.com/google/safehtml v0.1.0 // indirect
151- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
150+ github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
152151 github.com/googleapis/gax-go/v2 v2.14.1 // indirect
153152 github.com/gordonklaus/ineffassign v0.1.0 // indirect
154153 github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
@@ -272,28 +271,28 @@ require (
272271 go-simpler.org/sloglint v0.7.2 // indirect
273272 go.opencensus.io v0.24.0 // indirect
274273 go.opentelemetry.io/auto/sdk v1.1.0 // indirect
275- go.opentelemetry.io/contrib/detectors/gcp v1.33 .0 // indirect
274+ go.opentelemetry.io/contrib/detectors/gcp v1.34 .0 // indirect
276275 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
277276 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
278277 go.opentelemetry.io/otel v1.34.0 // indirect
279278 go.opentelemetry.io/otel/metric v1.34.0 // indirect
280279 go.opentelemetry.io/otel/sdk v1.34.0 // indirect
281- go.opentelemetry.io/otel/sdk/metric v1.32 .0 // indirect
280+ go.opentelemetry.io/otel/sdk/metric v1.34 .0 // indirect
282281 go.opentelemetry.io/otel/trace v1.34.0 // indirect
283282 go.uber.org/atomic v1.10.0 // indirect
284283 go.uber.org/automaxprocs v1.6.0 // indirect
285284 go.uber.org/multierr v1.11.0 // indirect
286285 go.uber.org/zap v1.24.0 // indirect
287- golang.org/x/crypto v0.35 .0 // indirect
286+ golang.org/x/crypto v0.36 .0 // indirect
288287 golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f // indirect
289- golang.org/x/mod v0.22 .0 // indirect
290- golang.org/x/net v0.36 .0 // indirect
291- golang.org/x/term v0.29 .0 // indirect
292- golang.org/x/text v0.22 .0 // indirect
288+ golang.org/x/mod v0.23 .0 // indirect
289+ golang.org/x/net v0.37 .0 // indirect
290+ golang.org/x/term v0.30 .0 // indirect
291+ golang.org/x/text v0.23 .0 // indirect
293292 golang.org/x/time v0.10.0 // indirect
294293 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
294+ google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
295+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
297296 gopkg.in/inf.v0 v0.9.1 // indirect
298297 gopkg.in/ini.v1 v1.67.0 // indirect
299298 gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments