Skip to content

fix(deps): update google.golang.org #998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jan 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
google.golang.org/api v0.216.0 -> v0.231.0 age adoption passing confidence require minor
google.golang.org/api v0.216.0 -> v0.231.0 age adoption passing confidence indirect minor
google.golang.org/genproto 5f5ef82 -> 10db94c age adoption passing confidence indirect digest
google.golang.org/genproto 5f5ef82 -> 10db94c age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api 5f5ef82 -> 10db94c age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api 5f5ef82 -> 10db94c age adoption passing confidence indirect digest
google.golang.org/genproto/googleapis/api 1a7da9e -> 10db94c age adoption passing confidence require digest
google.golang.org/genproto/googleapis/api 1a7da9e -> 10db94c age adoption passing confidence indirect digest
google.golang.org/genproto/googleapis/rpc 5f5ef82 -> 10db94c age adoption passing confidence indirect digest
google.golang.org/genproto/googleapis/rpc 5f5ef82 -> 10db94c age adoption passing confidence require digest
google.golang.org/genproto/googleapis/rpc 9fdb1ca -> 10db94c age adoption passing confidence indirect digest
google.golang.org/genproto/googleapis/rpc 1a7da9e -> 10db94c age adoption passing confidence indirect digest
google.golang.org/grpc v1.69.4 -> v1.72.0 age adoption passing confidence require minor
google.golang.org/grpc v1.70.0 -> v1.72.0 age adoption passing confidence require minor
google.golang.org/grpc v1.70.0 -> v1.72.0 age adoption passing confidence indirect minor
google.golang.org/grpc v1.69.4 -> v1.72.0 age adoption passing confidence indirect minor
google.golang.org/protobuf v1.36.5 -> v1.36.6 age adoption passing confidence require patch
google.golang.org/protobuf v1.36.2 -> v1.36.6 age adoption passing confidence indirect patch
google.golang.org/protobuf v1.36.2 -> v1.36.6 age adoption passing confidence require patch
google.golang.org/protobuf v1.36.5 -> v1.36.6 age adoption passing confidence indirect patch
google.golang.org/protobuf v1.36.3 -> v1.36.6 age adoption passing confidence indirect patch

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

googleapis/google-api-go-client (google.golang.org/api)

v0.231.0

Compare Source

Features

v0.230.0

Compare Source

Features
Bug Fixes

v0.229.0

Compare Source

Features

v0.228.0

Compare Source

Features
Bug Fixes
  • googleapi: Add JSON array support to CheckResponseWithBody (#​3075) (ffcba91)

v0.227.0

Compare Source

Features

v0.226.0

Compare Source

Features

v0.225.0

Compare Source

Features
Bug Fixes

v0.224.0

Compare Source

Features
Bug Fixes

v0.223.0

Compare Source

Features
Bug Fixes
  • Copy AllowHardBoundTokens option from old auth to new auth. (#​3030) (8cb69d6)

v0.222.0

Compare Source

Features

v0.221.0

Compare Source

Features

v0.220.0

Compare Source

Features

v0.219.0

Compare Source

Features
Documentation
  • option: Add warning about externally-provided credentials (#​2978) (45c3513)

v0.218.0

Compare Source

Features
Bug Fixes
  • internal/gensupport: Close resp body only on discarding resp (resumableupload) (#​2966) (840d496)

v0.217.0

Compare Source

Features
grpc/grpc-go (google.golang.org/grpc)

v1.72.0: Release 1.72.0

Compare Source

Dependencies
  • Minimum supported Go version is now 1.23 (#​8108)
API Changes
  • resolver: add experimental AddressMapV2 with generics to ultimately replace AddressMap. Deprecate AddressMap for deletion (#​8187)
  • resolver: convert EndpointMap in place to use generics (#​8189)
New Features
  • xds: add grpc.xds_client.server_failure counter metric on xDS client to record connectivity errors (#​8203)
  • balancer/rls: allow maxAge to exceed 5 minutes if staleAge is set in the LB policy configuration (#​8137)
  • ringhash: implement gRFC A76 improvements. (#​8159)
  • pickfirst: The new pick first LB policy is made the default. The new LB policy implements the Happy Eyeballs algorithm. To disable the new policy set the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to false (case insensitive).
Bug Fixes
  • xds: fix support for circuit breakers and load reporting in LOGICAL_DNS clusters (#​8169, #​8170)
  • xds/cds: improve RPC error messages when resources are not found (#​8122)
  • balancer/priority: fix race that could leak balancers and goroutines during shutdown (#​8095)
  • stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (#​8237)
  • balancer/pickfirstleaf: fix panic if deprecated Address.Metadata field is set to a non-comparable value by ignoring the field (#​8227)
Behavior Changes
  • transport: make servers send an HTTP/2 RST_STREAM frame to cancel a stream when the deadline expires (#​8071)
Documentation

v1.71.1: Release 1.71.1

Compare Source

Bug Fixes
  • grpc: fix a bug causing an extra Read from the compressor if a compressed message is the same size as the limit. This could result in a panic with the built-in gzip compressor (#​8178)
  • xds: restore the behavior of reading the bootstrap config before creating the first xDS client instead of at package init time (#​8164)
  • stats/opentelemetry: use TextMapPropagator and TracerProvider from TraceOptions instead of OpenTelemetry globals (#​8166)
  • client: fix races when an http proxy is configured that could lead to deadlocks or panics (#​8195)
  • client: fix bug causing RPC failures with message "no children to pick from" when using a custom resolver that calls the deprecated NewAddress API (#​8149)
  • wrr: fix slow processing of address updates that could result in problems including RPC failures for servers with a large number of backends (#​8179)

v1.71.0: Release 1.71.0

Compare Source

API Changes

  • balancer: Custom LB policies that record metrics must use the new MetricsRecorder method on Balancer.ClientConn instead of the removed Balancer.BuildOptions.MetricsRecorder field to obtain a metrics recorder. (#​8027)
  • balancer: balancer.ClientConn implementations must now embed a delegate implementation. This allows grpc-go to add new methods to the interface and remain backward compatible. (#​8026)
  • balancer/endpointsharding: The constructor accepts the child balancer's builder and a struct with optional configuration. (#​8052)

New Features

  • xds: Add support for dualstack via the additional_addresses field in the Endpoint resource. To disable this feature, set the environment variable GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS=false. (#​8134)
  • stats/opentelemetry: Add experimental support for OpenTelemetry tracing. (#​7852)
  • xds/internal/xdsclient: Add counter metrics for valid and invalid resource updates. (#​8038)
  • balancer/leastrequest, roundrobin: Add dualstack support. (#​7969, #​7966)
  • balancer/endpointsharding: Balancers created with the new DisableAutoReconnect option will not attempt to call ExitIdle automatically on their children when the children report idle. (#​8052)

Bug Fixes

  • client: Fix support for proxies when using grpc.NewClient so the target is resolved

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team as a code owner January 15, 2025 15:17
@forking-renovate forking-renovate bot added dependencies Pull requests that update a dependency file Skip Changelog labels Jan 15, 2025
@dashpole
Copy link
Contributor

/gcbrun

Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.09%. Comparing base (4caace7) to head (bac2ca7).
Report is 114 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #998      +/-   ##
==========================================
+ Coverage   61.03%   64.09%   +3.05%     
==========================================
  Files          56       57       +1     
  Lines        5903     6018     +115     
==========================================
+ Hits         3603     3857     +254     
+ Misses       2143     2000     -143     
- Partials      157      161       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dashpole
Copy link
Contributor

needs a make generate

@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch from bac2ca7 to 53812c6 Compare January 15, 2025 19:02
@renovate-bot renovate-bot changed the title Update module google.golang.org/protobuf to v1.36.3 Update google.golang.org Jan 15, 2025
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch from 53812c6 to d360a35 Compare January 22, 2025 16:34
Copy link

forking-renovate bot commented Jan 22, 2025

ℹ Artifact update notice

File name: e2e-test-server/cloud_functions/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/pubsub v1.45.3 -> v1.49.0
cloud.google.com/go v0.118.0 -> v0.120.1
cloud.google.com/go/auth v0.14.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
cloud.google.com/go/functions v1.19.3 -> v1.19.6
cloud.google.com/go/iam v1.3.1 -> v1.5.2
cloud.google.com/go/trace v1.11.3 -> v1.11.6
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.34.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.60.0
go.opentelemetry.io/otel v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.35.0
golang.org/x/crypto v0.32.0 -> v0.37.0
golang.org/x/net v0.34.0 -> v0.39.0
golang.org/x/oauth2 v0.25.0 -> v0.29.0
golang.org/x/sync v0.10.0 -> v0.13.0
golang.org/x/sys v0.29.0 -> v0.32.0
golang.org/x/text v0.21.0 -> v0.24.0
golang.org/x/time v0.9.0 -> v0.11.0
File name: e2e-test-server/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 21 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/pubsub v1.45.3 -> v1.49.0
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.34.0
go.opentelemetry.io/otel v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.35.0
cloud.google.com/go v0.118.0 -> v0.120.1
cloud.google.com/go/auth v0.14.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
cloud.google.com/go/iam v1.3.1 -> v1.5.2
cloud.google.com/go/trace v1.11.3 -> v1.11.6
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.60.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.35.0
golang.org/x/crypto v0.32.0 -> v0.37.0
golang.org/x/net v0.34.0 -> v0.39.0
golang.org/x/oauth2 v0.25.0 -> v0.29.0
golang.org/x/sync v0.10.0 -> v0.13.0
golang.org/x/sys v0.29.0 -> v0.32.0
golang.org/x/text v0.21.0 -> v0.24.0
golang.org/x/time v0.9.0 -> v0.11.0
File name: example/metric/collector/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.34.0
golang.org/x/net v0.34.0 -> v0.37.0
golang.org/x/sys v0.29.0 -> v0.31.0
golang.org/x/text v0.21.0 -> v0.23.0
File name: example/metric/exponential_histogram/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 18 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.34.0
go.opentelemetry.io/otel v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.34.0
cloud.google.com/go/auth v0.14.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
cloud.google.com/go/monitoring v1.22.1 -> v1.24.2
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.35.0
golang.org/x/crypto v0.32.0 -> v0.37.0
golang.org/x/net v0.34.0 -> v0.39.0
golang.org/x/oauth2 v0.25.0 -> v0.29.0
golang.org/x/sync v0.10.0 -> v0.13.0
golang.org/x/sys v0.29.0 -> v0.32.0
golang.org/x/text v0.21.0 -> v0.24.0
golang.org/x/time v0.9.0 -> v0.11.0
File name: example/metric/otlpgrpc/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 10 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.34.0
go.opentelemetry.io/otel v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.34.0
golang.org/x/net v0.34.0 -> v0.37.0
golang.org/x/oauth2 v0.25.0 -> v0.26.0
golang.org/x/sys v0.29.0 -> v0.31.0
golang.org/x/text v0.21.0 -> v0.23.0
File name: example/metric/sdk/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 18 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 -> v1.34.0
go.opentelemetry.io/otel v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.34.0
cloud.google.com/go/auth v0.14.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
cloud.google.com/go/monitoring v1.22.1 -> v1.24.2
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.35.0
golang.org/x/crypto v0.32.0 -> v0.37.0
golang.org/x/net v0.34.0 -> v0.39.0
golang.org/x/oauth2 v0.25.0 -> v0.29.0
golang.org/x/sync v0.10.0 -> v0.13.0
golang.org/x/sys v0.29.0 -> v0.32.0
golang.org/x/text v0.21.0 -> v0.24.0
golang.org/x/time v0.9.0 -> v0.11.0
File name: example/trace/http/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 16 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.60.0
go.opentelemetry.io/otel v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.35.0
cloud.google.com/go/auth v0.14.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.35.0
golang.org/x/crypto v0.32.0 -> v0.37.0
golang.org/x/net v0.34.0 -> v0.39.0
golang.org/x/oauth2 v0.25.0 -> v0.29.0
golang.org/x/sync v0.10.0 -> v0.13.0
golang.org/x/sys v0.29.0 -> v0.32.0
golang.org/x/text v0.21.0 -> v0.24.0
golang.org/x/time v0.9.0 -> v0.11.0
File name: example/trace/otlpgrpc/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.34.0
golang.org/x/net v0.34.0 -> v0.37.0
golang.org/x/oauth2 v0.25.0 -> v0.26.0
golang.org/x/sys v0.29.0 -> v0.31.0
golang.org/x/text v0.21.0 -> v0.23.0
File name: example/trace/otlphttp/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.34.0
golang.org/x/oauth2 v0.25.0 -> v0.26.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.34.0
golang.org/x/net v0.34.0 -> v0.37.0
golang.org/x/sys v0.29.0 -> v0.31.0
golang.org/x/text v0.21.0 -> v0.23.0
File name: exporter/collector/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/monitoring v1.22.1 -> v1.24.2
cloud.google.com/go/trace v1.11.3 -> v1.11.6
github.com/google/go-cmp v0.6.0 -> v0.7.0
go.opentelemetry.io/otel v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.34.0 -> v1.35.0
golang.org/x/oauth2 v0.25.0 -> v0.29.0
cloud.google.com/go v0.118.0 -> v0.120.1
cloud.google.com/go/auth v0.14.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
cloud.google.com/go/longrunning v0.6.4 -> v0.6.7
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.60.0
go.opentelemetry.io/otel/sdk/metric v1.34.0 -> v1.35.0
golang.org/x/crypto v0.33.0 -> v0.37.0
golang.org/x/net v0.35.0 -> v0.39.0
golang.org/x/sync v0.11.0 -> v0.13.0
golang.org/x/sys v0.30.0 -> v0.32.0
golang.org/x/text v0.22.0 -> v0.24.0
golang.org/x/time v0.9.0 -> v0.11.0
File name: exporter/collector/googlemanagedprometheus/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.34.0 -> v0.37.0
golang.org/x/sys v0.29.0 -> v0.31.0
golang.org/x/text v0.21.0 -> v0.23.0
File name: exporter/collector/integrationtest/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/monitoring v1.22.1 -> v1.24.2
cloud.google.com/go/trace v1.11.3 -> v1.11.6
github.com/google/go-cmp v0.6.0 -> v0.7.0
go.opentelemetry.io/otel v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/sdk/metric v1.34.0 -> v1.35.0
cloud.google.com/go v0.118.0 -> v0.120.1
cloud.google.com/go/auth v0.14.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
cloud.google.com/go/longrunning v0.6.4 -> v0.6.7
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 -> v0.60.0
go.opentelemetry.io/otel/trace v1.34.0 -> v1.35.0
golang.org/x/crypto v0.33.0 -> v0.37.0
golang.org/x/net v0.35.0 -> v0.39.0
golang.org/x/oauth2 v0.25.0 -> v0.29.0
golang.org/x/sync v0.11.0 -> v0.13.0
golang.org/x/sys v0.30.0 -> v0.32.0
golang.org/x/text v0.22.0 -> v0.24.0
golang.org/x/time v0.9.0 -> v0.11.0
File name: exporter/metric/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 19 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/monitoring v1.22.1 -> v1.24.2
go.opentelemetry.io/otel v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric v1.31.0 -> v1.34.0
golang.org/x/net v0.34.0 -> v0.39.0
golang.org/x/oauth2 v0.25.0 -> v0.29.0
golang.org/x/sys v0.29.0 -> v0.32.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.35.0
cloud.google.com/go/auth v0.14.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
cloud.google.com/go/longrunning v0.6.4 -> v0.6.7
cloud.google.com/go/trace v1.11.3 -> v1.11.6
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0
golang.org/x/crypto v0.32.0 -> v0.37.0
golang.org/x/sync v0.10.0 -> v0.13.0
golang.org/x/text v0.21.0 -> v0.24.0
golang.org/x/time v0.9.0 -> v0.11.0
File name: exporter/trace/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 19 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/trace v1.11.3 -> v1.11.6
go.opentelemetry.io/otel v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.31.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.31.0 -> v1.35.0
golang.org/x/oauth2 v0.25.0 -> v0.29.0
cloud.google.com/go/auth v0.14.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
cloud.google.com/go/longrunning v0.6.4 -> v0.6.7
cloud.google.com/go/monitoring v1.22.1 -> v1.24.2
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.60.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.60.0
go.opentelemetry.io/otel/metric v1.31.0 -> v1.35.0
golang.org/x/crypto v0.32.0 -> v0.37.0
golang.org/x/net v0.34.0 -> v0.39.0
golang.org/x/sync v0.10.0 -> v0.13.0
golang.org/x/sys v0.29.0 -> v0.32.0
golang.org/x/text v0.21.0 -> v0.24.0
golang.org/x/time v0.9.0 -> v0.11.0
File name: extension/googleclientauthextension/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 14 additional dependencies were updated

Details:

Package Change
golang.org/x/oauth2 v0.25.0 -> v0.29.0
cloud.google.com/go/auth v0.14.0 -> v0.16.1
cloud.google.com/go/auth/oauth2adapt v0.2.7 -> v0.2.8
github.com/googleapis/enterprise-certificate-proxy v0.3.4 -> v0.3.6
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 -> v0.60.0
go.opentelemetry.io/otel v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/metric v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/sdk v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/sdk/metric v1.34.0 -> v1.35.0
go.opentelemetry.io/otel/trace v1.34.0 -> v1.35.0
golang.org/x/crypto v0.32.0 -> v0.37.0
golang.org/x/net v0.34.0 -> v0.39.0
golang.org/x/sys v0.29.0 -> v0.32.0
golang.org/x/text v0.21.0 -> v0.24.0
File name: internal/cloudmock/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 6 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/monitoring v1.22.1 -> v1.24.2
cloud.google.com/go/trace v1.11.3 -> v1.11.6
cloud.google.com/go/longrunning v0.6.4 -> v0.6.7
golang.org/x/net v0.34.0 -> v0.39.0
golang.org/x/sys v0.29.0 -> v0.32.0
golang.org/x/text v0.21.0 -> v0.24.0

@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 9 times, most recently from c3f5ea4 to 54cb2de Compare January 28, 2025 22:24
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 6 times, most recently from c38646f to d5aa9ff Compare February 9, 2025 18:32
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 5 times, most recently from df04fce to 5157735 Compare February 19, 2025 21:32
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 4 times, most recently from c737531 to a7000e8 Compare March 11, 2025 21:23
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 5 times, most recently from 67e3e44 to 85a849b Compare March 20, 2025 00:40
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 3 times, most recently from f050888 to 93a641f Compare March 25, 2025 20:55
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 3 times, most recently from f18ed43 to 0ccc314 Compare April 7, 2025 18:03
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 5 times, most recently from 9465904 to f5e1136 Compare April 15, 2025 13:51
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 6 times, most recently from c0e4e10 to b3d922d Compare April 25, 2025 21:45
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch 2 times, most recently from 26f5c44 to ff0c12f Compare April 29, 2025 16:19
@renovate-bot renovate-bot force-pushed the renovate/google.golang.org branch from ff0c12f to 1c3f8a5 Compare April 29, 2025 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Skip Changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants