Skip to content

Commit e89eaf3

Browse files
renovate[bot]opentelemetrybotcodeboten
authored
Update module github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp to v1.26.0 (#37841)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp](https://redirect.github.com/GoogleCloudPlatform/opentelemetry-operations-go) | `v1.25.0` -> `v1.26.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fdetectors%2fgcp/v1.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fdetectors%2fgcp/v1.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fdetectors%2fgcp/v1.25.0/v1.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fGoogleCloudPlatform%2fopentelemetry-operations-go%2fdetectors%2fgcp/v1.25.0/v1.26.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent 97198af commit e89eaf3

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

internal/datadog/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee
1010
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.25.0
1111
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.25.0
12-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0
12+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0
1313
github.com/aws/aws-sdk-go-v2 v1.36.1
1414
github.com/aws/aws-sdk-go-v2/config v1.29.6
1515
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.28
@@ -39,7 +39,7 @@ require (
3939
)
4040

4141
require (
42-
cloud.google.com/go/compute/metadata v0.5.2 // indirect
42+
cloud.google.com/go/compute/metadata v0.6.0 // indirect
4343
github.com/DataDog/datadog-agent/comp/core/secrets v0.62.2 // indirect
4444
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.62.2 // indirect
4545
github.com/DataDog/datadog-agent/pkg/config/env v0.62.2 // indirect

internal/datadog/go.sum

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

pkg/datadog/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
)
2525

2626
require (
27-
cloud.google.com/go/compute/metadata v0.5.2 // indirect
27+
cloud.google.com/go/compute/metadata v0.6.0 // indirect
2828
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-devel // indirect
2929
github.com/DataDog/datadog-agent/pkg/util/log v0.62.2 // indirect
3030
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.62.2 // indirect
@@ -35,7 +35,7 @@ require (
3535
github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.25.0 // indirect
3636
github.com/DataDog/sketches-go v1.4.6 // indirect
3737
github.com/DataDog/zstd v1.5.2 // indirect
38-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
38+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0 // indirect
3939
github.com/aws/aws-sdk-go-v2 v1.36.1 // indirect
4040
github.com/aws/aws-sdk-go-v2/config v1.29.6 // indirect
4141
github.com/aws/aws-sdk-go-v2/credentials v1.17.59 // indirect

pkg/datadog/go.sum

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

0 commit comments

Comments
 (0)