@@ -5,7 +5,7 @@ go 1.21.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.47 .0
8
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.48 .0
9
9
github.com/stretchr/testify v1.9.0
10
10
go.opentelemetry.io/collector/component v0.102.2-0.20240606174409-6888f8f7a45f
11
11
go.opentelemetry.io/collector/confmap v0.102.2-0.20240606174409-6888f8f7a45f
@@ -21,11 +21,16 @@ require (
21
21
github.com/beorn7/perks v1.0.1 // indirect
22
22
github.com/cespare/xxhash/v2 v2.3.0 // indirect
23
23
github.com/davecgh/go-spew v1.1.1 // indirect
24
+ github.com/felixge/httpsnoop v1.0.4 // indirect
24
25
github.com/go-logr/logr v1.4.1 // indirect
25
26
github.com/go-logr/stdr v1.2.2 // indirect
26
27
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
27
28
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
28
32
github.com/google/uuid v1.6.0 // indirect
33
+ github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
29
34
github.com/knadh/koanf/maps v0.1.1 // indirect
30
35
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
31
36
github.com/knadh/koanf/v2 v2.1.1 // indirect
@@ -36,18 +41,22 @@ require (
36
41
github.com/prometheus/client_model v0.6.1 // indirect
37
42
github.com/prometheus/common v0.54.0 // indirect
38
43
github.com/prometheus/procfs v0.15.0 // indirect
44
+ go.opencensus.io v0.24.0 // indirect
39
45
go.opentelemetry.io/collector/config/configtelemetry v0.102.2-0.20240606174409-6888f8f7a45f // indirect
40
46
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
41
48
go.opentelemetry.io/otel v1.27.0 // indirect
42
49
go.opentelemetry.io/otel/exporters/prometheus v0.49.0 // indirect
43
50
go.opentelemetry.io/otel/sdk v1.27.0 // indirect
44
51
go.opentelemetry.io/otel/sdk/metric v1.27.0 // indirect
45
52
go.uber.org/multierr v1.11.0 // indirect
46
53
go.uber.org/zap v1.27.0 // indirect
54
+ golang.org/x/crypto v0.22.0 // indirect
47
55
golang.org/x/net v0.24.0 // indirect
48
56
golang.org/x/oauth2 v0.19.0 // indirect
49
57
golang.org/x/sys v0.20.0 // indirect
50
58
golang.org/x/text v0.14.0 // indirect
59
+ google.golang.org/api v0.169.0 // indirect
51
60
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
52
61
google.golang.org/grpc v1.64.0 // indirect
53
62
google.golang.org/protobuf v1.34.1 // indirect
0 commit comments