Skip to content

Commit 2d36d2c

Browse files
renovate[bot]songy23opentelemetrybot
authored
fix(deps): update module google.golang.org/api to v0.237.0 (#40775)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client) | `v0.236.0` -> `v0.237.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.237.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.237.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.236.0/v0.237.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.236.0/v0.237.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/google-api-go-client (google.golang.org/api)</summary> ### [`v0.237.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.237.0) [Compare Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.236.0...v0.237.0) ##### Features - **all:** Auto-regenerate discovery clients ([#&#8203;3182](https://redirect.github.com/googleapis/google-api-go-client/issues/3182)) ([bb1dc77](https://redirect.github.com/googleapis/google-api-go-client/commit/bb1dc7764b380337cfb59c31874a675d9220b931)) - **all:** Auto-regenerate discovery clients ([#&#8203;3184](https://redirect.github.com/googleapis/google-api-go-client/issues/3184)) ([7c6dc44](https://redirect.github.com/googleapis/google-api-go-client/commit/7c6dc440adef89226e1ed2f679d73dcb0861fc8c)) - **all:** Auto-regenerate discovery clients ([#&#8203;3185](https://redirect.github.com/googleapis/google-api-go-client/issues/3185)) ([ea78c84](https://redirect.github.com/googleapis/google-api-go-client/commit/ea78c844570d63d75868be121e87a732f7d1b021)) - **all:** Auto-regenerate discovery clients ([#&#8203;3186](https://redirect.github.com/googleapis/google-api-go-client/issues/3186)) ([5f2f220](https://redirect.github.com/googleapis/google-api-go-client/commit/5f2f220ef67699dc5a494ac66e4b9cfcb2a240a3)) - **all:** Auto-regenerate discovery clients ([#&#8203;3187](https://redirect.github.com/googleapis/google-api-go-client/issues/3187)) ([ec0e2c4](https://redirect.github.com/googleapis/google-api-go-client/commit/ec0e2c41f278513b284b16cfa06492ebe9dc096e)) - **all:** Auto-regenerate discovery clients ([#&#8203;3189](https://redirect.github.com/googleapis/google-api-go-client/issues/3189)) ([a03f9f0](https://redirect.github.com/googleapis/google-api-go-client/commit/a03f9f0966b4bf794538495cd4b80a1e729bb969)) - **all:** Auto-regenerate discovery clients ([#&#8203;3190](https://redirect.github.com/googleapis/google-api-go-client/issues/3190)) ([0022bde](https://redirect.github.com/googleapis/google-api-go-client/commit/0022bde6eeaa7fc19730a3d2b34249f16eebf9fb)) - **all:** Auto-regenerate discovery clients ([#&#8203;3191](https://redirect.github.com/googleapis/google-api-go-client/issues/3191)) ([1540497](https://redirect.github.com/googleapis/google-api-go-client/commit/154049724621cb3dbe6a26dfa98273298f6bc5e3)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yang Song <[email protected]> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 5fe71c5 commit 2d36d2c

File tree

8 files changed

+122
-122
lines changed

8 files changed

+122
-122
lines changed

exporter/googlecloudpubsubexporter/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ require (
1818
go.uber.org/goleak v1.3.0
1919
go.uber.org/multierr v1.11.0
2020
go.uber.org/zap v1.27.0
21-
google.golang.org/api v0.236.0
21+
google.golang.org/api v0.237.0
2222
google.golang.org/grpc v1.73.0
2323
)
2424

2525
require (
26-
cloud.google.com/go/auth v0.16.1 // indirect
26+
cloud.google.com/go/auth v0.16.2 // indirect
2727
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2828
cloud.google.com/go/compute/metadata v0.7.0 // indirect
2929
cloud.google.com/go/iam v1.5.2 // indirect
@@ -62,24 +62,24 @@ require (
6262
go.opentelemetry.io/collector/receiver/receivertest v0.128.1-0.20250610090210-188191247685 // indirect
6363
go.opentelemetry.io/collector/receiver/xreceiver v0.128.1-0.20250610090210-188191247685 // indirect
6464
go.opentelemetry.io/contrib/bridges/otelzap v0.11.0 // indirect
65-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
66-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
65+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
66+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
6767
go.opentelemetry.io/otel v1.36.0 // indirect
6868
go.opentelemetry.io/otel/log v0.12.2 // indirect
6969
go.opentelemetry.io/otel/metric v1.36.0 // indirect
7070
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
7171
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
7272
go.opentelemetry.io/otel/trace v1.36.0 // indirect
73-
golang.org/x/crypto v0.38.0 // indirect
74-
golang.org/x/net v0.40.0 // indirect
73+
golang.org/x/crypto v0.39.0 // indirect
74+
golang.org/x/net v0.41.0 // indirect
7575
golang.org/x/oauth2 v0.30.0 // indirect
76-
golang.org/x/sync v0.14.0 // indirect
76+
golang.org/x/sync v0.15.0 // indirect
7777
golang.org/x/sys v0.33.0 // indirect
78-
golang.org/x/text v0.25.0 // indirect
79-
golang.org/x/time v0.11.0 // indirect
78+
golang.org/x/text v0.26.0 // indirect
79+
golang.org/x/time v0.12.0 // indirect
8080
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
8181
google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2 // indirect
82-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
82+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
8383
google.golang.org/protobuf v1.36.6 // indirect
8484
gopkg.in/yaml.v3 v3.0.1 // indirect
8585
sigs.k8s.io/yaml v1.4.0 // indirect

exporter/googlecloudpubsubexporter/go.sum

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/googlecloudmonitoringreceiver/go.mod

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
)
2222

2323
require (
24-
cloud.google.com/go/auth v0.16.1 // indirect
24+
cloud.google.com/go/auth v0.16.2 // indirect
2525
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2626
cloud.google.com/go/compute/metadata v0.7.0 // indirect
2727
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -40,11 +40,11 @@ require (
4040
go.opentelemetry.io/collector/receiver/receiverhelper v0.128.1-0.20250610090210-188191247685 // indirect
4141
go.opentelemetry.io/collector/receiver/xreceiver v0.128.1-0.20250610090210-188191247685 // indirect
4242
go.opentelemetry.io/contrib/bridges/otelzap v0.11.0 // indirect
43-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
43+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
4444
go.opentelemetry.io/otel/log v0.12.2 // indirect
45-
golang.org/x/crypto v0.38.0 // indirect
46-
golang.org/x/sync v0.14.0 // indirect
47-
golang.org/x/time v0.11.0 // indirect
45+
golang.org/x/crypto v0.39.0 // indirect
46+
golang.org/x/sync v0.15.0 // indirect
47+
golang.org/x/time v0.12.0 // indirect
4848
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
4949
sigs.k8s.io/yaml v1.4.0 // indirect
5050
)
@@ -74,12 +74,12 @@ require (
7474
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
7575
go.opentelemetry.io/otel/trace v1.36.0 // indirect
7676
go.uber.org/multierr v1.11.0 // indirect
77-
golang.org/x/net v0.40.0 // indirect
77+
golang.org/x/net v0.41.0 // indirect
7878
golang.org/x/sys v0.33.0 // indirect
79-
golang.org/x/text v0.25.0 // indirect
80-
google.golang.org/api v0.236.0
81-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
82-
google.golang.org/grpc v1.72.2 // indirect
79+
golang.org/x/text v0.26.0 // indirect
80+
google.golang.org/api v0.237.0
81+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
82+
google.golang.org/grpc v1.73.0 // indirect
8383
google.golang.org/protobuf v1.36.6
8484
gopkg.in/yaml.v3 v3.0.1 // indirect
8585
)

0 commit comments

Comments
 (0)