File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
googlemanagedprometheusexporter
extension/googleclientauthextension
processor/resourcedetectionprocessor Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/google
3
3
go 1.23.0
4
4
5
5
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
7
7
github.com/stretchr/testify v1.10.0
8
8
go.opentelemetry.io/collector/component v1.34.1-0.20250610090210-188191247685
9
9
go.opentelemetry.io/collector/component/componenttest v0.128.1-0.20250610090210-188191247685
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/google
3
3
go 1.23.0
4
4
5
5
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
8
8
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.128.0
9
9
github.com/stretchr/testify v1.10.0
10
10
go.opentelemetry.io/collector/component v1.34.1-0.20250610090210-188191247685
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
exclude github.com/knadh/koanf v1.5.0
6
6
7
7
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
9
9
github.com/stretchr/testify v1.10.0
10
10
go.opentelemetry.io/collector/component v1.34.1-0.20250610090210-188191247685
11
11
go.opentelemetry.io/collector/component/componenttest v0.128.1-0.20250610090210-188191247685
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/DataDog/gohai v0.0.0-20230524154621-4316413895ee
10
10
github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.28.0
11
11
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
13
13
github.com/aws/aws-sdk-go-v2 v1.36.4
14
14
github.com/aws/aws-sdk-go-v2/config v1.29.16
15
15
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.31
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.0
4
4
5
5
require (
6
6
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
8
8
github.com/aws/aws-sdk-go-v2 v1.36.4
9
9
github.com/aws/aws-sdk-go-v2/config v1.29.16
10
10
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.31
You can’t perform that action at this time.
0 commit comments