Skip to content

Commit 103eb7b

Browse files
fix(deps): update all github.com/googlecloudplatform packages (#29414)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-go) | require | minor | `v1.20.0` -> `v1.21.0` | | [github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-go) | require | minor | `v0.44.1-0.20231113185509-337c81d87781` -> `v0.45.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>GoogleCloudPlatform/opentelemetry-operations-go (github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector)</summary> ### [`v0.45.0`](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/v0.44.0...v0.45.0) [Compare Source](https://togithub.com/GoogleCloudPlatform/opentelemetry-operations-go/compare/v0.44.0...v0.45.0) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 0a79aa8 commit 103eb7b

File tree

14 files changed

+28
-28
lines changed

14 files changed

+28
-28
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ require (
235235
github.com/DataDog/sketches-go v1.4.3 // indirect
236236
github.com/DataDog/zstd v1.5.2 // indirect
237237
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
238-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.20.0 // indirect
238+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0 // indirect
239239
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.45.0 // indirect
240240
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.45.0 // indirect
241241
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.21.0 // indirect

cmd/configschema/go.sum

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

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ require (
278278
github.com/DataDog/sketches-go v1.4.3 // indirect
279279
github.com/DataDog/zstd v1.5.2 // indirect
280280
github.com/GehirnInc/crypt v0.0.0-20200316065508-bb7000b8a962 // indirect
281-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.20.0 // indirect
281+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0 // indirect
282282
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.45.0 // indirect
283283
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.45.0 // indirect
284284
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.21.0 // indirect

cmd/otelcontribcol/go.sum

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

exporter/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.8.1
1515
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.8.1
1616
github.com/DataDog/sketches-go v1.4.3
17-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.20.0
17+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0
1818
github.com/aws/aws-sdk-go v1.47.10
1919
github.com/cenkalti/backoff/v4 v4.2.1
2020
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.89.0

exporter/datadogexporter/go.sum

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

exporter/datadogexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.8.1 // indirect
5050
github.com/DataDog/sketches-go v1.4.3 // indirect
5151
github.com/DataDog/zstd v1.5.2 // indirect
52-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.20.0 // indirect
52+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.21.0 // indirect
5353
github.com/Microsoft/go-winio v0.6.1 // indirect
5454
github.com/alecthomas/participle/v2 v2.1.0 // indirect
5555
github.com/aws/aws-sdk-go v1.47.10 // indirect

exporter/datadogexporter/integrationtest/go.sum

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

exporter/googlecloudexporter/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/google
33
go 1.20
44

55
require (
6-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.44.1-0.20231113185509-337c81d87781
6+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.45.0
77
github.com/stretchr/testify v1.8.4
88
go.opentelemetry.io/collector/component v0.89.0
99
go.opentelemetry.io/collector/confmap v0.89.0
@@ -19,8 +19,8 @@ require (
1919
cloud.google.com/go/longrunning v0.5.2 // indirect
2020
cloud.google.com/go/monitoring v1.16.1 // indirect
2121
cloud.google.com/go/trace v1.10.2 // indirect
22-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.20.0 // indirect
23-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.44.0 // indirect
22+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.21.0 // indirect
23+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.45.0 // indirect
2424
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
2525
github.com/davecgh/go-spew v1.1.1 // indirect
2626
github.com/fsnotify/fsnotify v1.7.0 // indirect

exporter/googlecloudexporter/go.sum

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

0 commit comments

Comments
 (0)