Skip to content

Commit aa78a5b

Browse files
fix(deps): update all github.com/googlecloudplatform packages
1 parent 29224ea commit aa78a5b

File tree

5 files changed

+6
-6
lines changed
  • exporter
    • googlecloudexporter
    • googlemanagedprometheusexporter
  • extension/googleclientauthextension
  • internal/datadog
  • processor/resourcedetectionprocessor

5 files changed

+6
-6
lines changed

exporter/googlecloudexporter/go.mod

Lines changed: 1 addition & 1 deletion
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.23.0
44

55
require (
6-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.51.0
6+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.52.0
77
github.com/stretchr/testify v1.10.0
88
go.opentelemetry.io/collector/component v1.34.1-0.20250610090210-188191247685
99
go.opentelemetry.io/collector/component/componenttest v0.128.1-0.20250610090210-188191247685

exporter/googlemanagedprometheusexporter/go.mod

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

55
require (
6-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.51.0
7-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.51.0
6+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.52.0
7+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.52.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.128.0
99
github.com/stretchr/testify v1.10.0
1010
go.opentelemetry.io/collector/component v1.34.1-0.20250610090210-188191247685

extension/googleclientauthextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
exclude github.com/knadh/koanf v1.5.0
66

77
require (
8-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.51.0
8+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.52.0
99
github.com/stretchr/testify v1.10.0
1010
go.opentelemetry.io/collector/component v1.34.1-0.20250610090210-188191247685
1111
go.opentelemetry.io/collector/component/componenttest v0.128.1-0.20250610090210-188191247685

internal/datadog/go.mod

Lines changed: 1 addition & 1 deletion
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.28.0
1111
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.28.0
12-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0
12+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0
1313
github.com/aws/aws-sdk-go-v2 v1.36.4
1414
github.com/aws/aws-sdk-go-v2/config v1.29.16
1515
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.31

processor/resourcedetectionprocessor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23.0
44

55
require (
66
cloud.google.com/go/compute/metadata v0.7.0
7-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0
7+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.28.0
88
github.com/aws/aws-sdk-go-v2 v1.36.4
99
github.com/aws/aws-sdk-go-v2/config v1.29.16
1010
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.31

0 commit comments

Comments
 (0)