-
- Downloads
Merge branch 'renovate/golang.org-x-net-0.x' into 'main'
Update module golang.org/x/net to v0.35.0 See merge request !364
No related branches found
No related tags found
... | ... | @@ -24,9 +24,9 @@ require ( |
go.opentelemetry.io/otel/trace v1.34.0 | ||
go.uber.org/automaxprocs v1.6.0 | ||
go.uber.org/goleak v1.3.0 | ||
golang.org/x/net v0.34.0 | ||
golang.org/x/sync v0.10.0 | ||
golang.org/x/sys v0.29.0 | ||
golang.org/x/net v0.35.0 | ||
golang.org/x/sync v0.11.0 | ||
golang.org/x/sys v0.30.0 | ||
google.golang.org/api v0.217.0 | ||
google.golang.org/grpc v1.69.4 | ||
) | ||
... | ... | @@ -126,10 +126,10 @@ require ( |
go.uber.org/atomic v1.11.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
go.uber.org/zap v1.24.0 // indirect | ||
golang.org/x/crypto v0.32.0 // indirect | ||
golang.org/x/crypto v0.33.0 // indirect | ||
golang.org/x/mod v0.19.0 // indirect | ||
golang.org/x/oauth2 v0.25.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | ||
golang.org/x/time v0.9.0 // indirect | ||
golang.org/x/tools v0.23.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect | ||
... | ... |
Please register or sign in to comment