Skip to content

Commit ec0bbc2

Browse files
committed
[chore] bumping dependency to unblock core
This dependency broke because of open-telemetry/opentelemetry-collector#10423, bumping the dep to unblock the core PR. Signed-off-by: Alex Boten <[email protected]>
1 parent 1442641 commit ec0bbc2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ require (
357357
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.48.0 // indirect
358358
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.48.0 // indirect
359359
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.24.0 // indirect
360-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.48.0 // indirect
360+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.48.1-0.20240618202726-8ffe2564d48b // indirect
361361
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.0 // indirect
362362
github.com/IBM/sarama v1.43.2 // indirect
363363
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c // 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.

extension/googleclientauthextension/go.mod

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

77
require (
8-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.48.0
8+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.48.1-0.20240618202726-8ffe2564d48b
99
github.com/stretchr/testify v1.9.0
1010
go.opentelemetry.io/collector/component v0.103.0
1111
go.opentelemetry.io/collector/confmap v0.103.0

extension/googleclientauthextension/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.

0 commit comments

Comments
 (0)