1
1
module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlecloudexporter
2
2
3
- go 1.23.0
3
+ go 1.23.8
4
4
5
5
require (
6
6
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.52.0
@@ -14,33 +14,33 @@ require (
14
14
go.opentelemetry.io/collector/featuregate v1.33.1-0.20250602081514-8568c97b0d15
15
15
go.opentelemetry.io/collector/pdata v1.33.1-0.20250602081514-8568c97b0d15
16
16
go.uber.org/goleak v1.3.0
17
- google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a
17
+ google.golang.org/genproto/googleapis/api v0.0.0-20250505200425-f936aa4a68b2
18
18
)
19
19
20
20
require (
21
- cloud.google.com/go v0.118 .0 // indirect
22
- cloud.google.com/go/auth v0.14.0 // indirect
23
- cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
24
- cloud.google.com/go/compute/metadata v0.6 .0 // indirect
21
+ cloud.google.com/go v0.120 .0 // indirect
22
+ cloud.google.com/go/auth v0.16.1 // indirect
23
+ cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
24
+ cloud.google.com/go/compute/metadata v0.7 .0 // indirect
25
25
cloud.google.com/go/logging v1.13.0 // indirect
26
- cloud.google.com/go/longrunning v0.6.4 // indirect
27
- cloud.google.com/go/monitoring v1.22.1 // indirect
28
- cloud.google.com/go/trace v1.11.3 // indirect
29
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.27 .0 // indirect
30
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51 .0 // indirect
26
+ cloud.google.com/go/longrunning v0.6.7 // indirect
27
+ cloud.google.com/go/monitoring v1.24.2 // indirect
28
+ cloud.google.com/go/trace v1.11.6 // indirect
29
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.28 .0 // indirect
30
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.52 .0 // indirect
31
31
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
32
- github.com/davecgh/go-spew v1.1.1 // indirect
32
+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
33
33
github.com/felixge/httpsnoop v1.0.4 // indirect
34
34
github.com/fsnotify/fsnotify v1.8.0 // indirect
35
- github.com/go-logr/logr v1.4.2 // indirect
35
+ github.com/go-logr/logr v1.4.3 // indirect
36
36
github.com/go-logr/stdr v1.2.2 // indirect
37
37
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
38
38
github.com/gobwas/glob v0.2.3 // indirect
39
39
github.com/gogo/protobuf v1.3.2 // indirect
40
40
github.com/google/s2a-go v0.1.9 // indirect
41
41
github.com/google/uuid v1.6.0 // indirect
42
- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
43
- github.com/googleapis/gax-go/v2 v2.14.1 // indirect
42
+ github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
43
+ github.com/googleapis/gax-go/v2 v2.14.2 // indirect
44
44
github.com/hashicorp/go-version v1.7.0 // indirect
45
45
github.com/json-iterator/go v1.1.12 // indirect
46
46
github.com/knadh/koanf/maps v0.1.2 // indirect
@@ -50,7 +50,7 @@ require (
50
50
github.com/mitchellh/reflectwalk v1.0.2 // indirect
51
51
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
52
52
github.com/modern-go/reflect2 v1.0.2 // indirect
53
- github.com/pmezard/go-difflib v1.0.0 // indirect
53
+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
54
54
github.com/tidwall/gjson v1.18.0 // indirect
55
55
github.com/tidwall/match v1.1.1 // indirect
56
56
github.com/tidwall/pretty v1.2.1 // indirect
@@ -72,8 +72,8 @@ require (
72
72
go.opentelemetry.io/collector/receiver/xreceiver v0.127.1-0.20250602081514-8568c97b0d15 // indirect
73
73
go.opentelemetry.io/collector/semconv v0.127.1-0.20250602081514-8568c97b0d15 // indirect
74
74
go.opentelemetry.io/contrib/bridges/otelzap v0.11.0 // indirect
75
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56 .0 // indirect
76
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56 .0 // indirect
75
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60 .0 // indirect
76
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61 .0 // indirect
77
77
go.opentelemetry.io/otel v1.36.0 // indirect
78
78
go.opentelemetry.io/otel/log v0.12.2 // indirect
79
79
go.opentelemetry.io/otel/metric v1.36.0 // indirect
@@ -83,16 +83,16 @@ require (
83
83
go.uber.org/atomic v1.11.0 // indirect
84
84
go.uber.org/multierr v1.11.0 // indirect
85
85
go.uber.org/zap v1.27.0 // indirect
86
- golang.org/x/crypto v0.37 .0 // indirect
87
- golang.org/x/net v0.39 .0 // indirect
88
- golang.org/x/oauth2 v0.28 .0 // indirect
89
- golang.org/x/sync v0.13 .0 // indirect
86
+ golang.org/x/crypto v0.38 .0 // indirect
87
+ golang.org/x/net v0.40 .0 // indirect
88
+ golang.org/x/oauth2 v0.30 .0 // indirect
89
+ golang.org/x/sync v0.14 .0 // indirect
90
90
golang.org/x/sys v0.33.0 // indirect
91
- golang.org/x/text v0.24 .0 // indirect
92
- golang.org/x/time v0.9 .0 // indirect
93
- google.golang.org/api v0.216 .0 // indirect
94
- google.golang.org/genproto v0.0.0-20250106144421-5f5ef82da422 // indirect
95
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
91
+ golang.org/x/text v0.25 .0 // indirect
92
+ golang.org/x/time v0.11 .0 // indirect
93
+ google.golang.org/api v0.234 .0 // indirect
94
+ google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
95
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
96
96
google.golang.org/grpc v1.72.2 // indirect
97
97
google.golang.org/protobuf v1.36.6 // indirect
98
98
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments