Skip to content

Commit 087c9ab

Browse files
committed
chore-deps(googleclientauthextension): update v0.48.0 of
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension Closes: open-telemetry#33185 Signed-off-by: Rintaro Okamura <[email protected]>
1 parent dba9416 commit 087c9ab

File tree

2 files changed

+105
-1
lines changed

2 files changed

+105
-1
lines changed

extension/googleclientauthextension/go.mod

Lines changed: 10 additions & 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.47.0
8+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.48.0
99
github.com/stretchr/testify v1.9.0
1010
go.opentelemetry.io/collector/component v0.102.2-0.20240606174409-6888f8f7a45f
1111
go.opentelemetry.io/collector/confmap v0.102.2-0.20240606174409-6888f8f7a45f
@@ -21,11 +21,16 @@ require (
2121
github.com/beorn7/perks v1.0.1 // indirect
2222
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2323
github.com/davecgh/go-spew v1.1.1 // indirect
24+
github.com/felixge/httpsnoop v1.0.4 // indirect
2425
github.com/go-logr/logr v1.4.1 // indirect
2526
github.com/go-logr/stdr v1.2.2 // indirect
2627
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
2728
github.com/gogo/protobuf v1.3.2 // indirect
29+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
30+
github.com/golang/protobuf v1.5.4 // indirect
31+
github.com/google/s2a-go v0.1.7 // indirect
2832
github.com/google/uuid v1.6.0 // indirect
33+
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
2934
github.com/knadh/koanf/maps v0.1.1 // indirect
3035
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
3136
github.com/knadh/koanf/v2 v2.1.1 // indirect
@@ -36,18 +41,22 @@ require (
3641
github.com/prometheus/client_model v0.6.1 // indirect
3742
github.com/prometheus/common v0.54.0 // indirect
3843
github.com/prometheus/procfs v0.15.0 // indirect
44+
go.opencensus.io v0.24.0 // indirect
3945
go.opentelemetry.io/collector/config/configtelemetry v0.102.2-0.20240606174409-6888f8f7a45f // indirect
4046
go.opentelemetry.io/collector/pdata v1.9.1-0.20240606174409-6888f8f7a45f // indirect
47+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
4148
go.opentelemetry.io/otel v1.27.0 // indirect
4249
go.opentelemetry.io/otel/exporters/prometheus v0.49.0 // indirect
4350
go.opentelemetry.io/otel/sdk v1.27.0 // indirect
4451
go.opentelemetry.io/otel/sdk/metric v1.27.0 // indirect
4552
go.uber.org/multierr v1.11.0 // indirect
4653
go.uber.org/zap v1.27.0 // indirect
54+
golang.org/x/crypto v0.22.0 // indirect
4755
golang.org/x/net v0.24.0 // indirect
4856
golang.org/x/oauth2 v0.19.0 // indirect
4957
golang.org/x/sys v0.20.0 // indirect
5058
golang.org/x/text v0.14.0 // indirect
59+
google.golang.org/api v0.169.0 // indirect
5160
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
5261
google.golang.org/grpc v1.64.0 // indirect
5362
google.golang.org/protobuf v1.34.1 // indirect

0 commit comments

Comments
 (0)