1
1
module github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server/cloudfunctions
2
2
3
- go 1.22
3
+ go 1.23.0
4
4
5
- toolchain go1.22 .0
5
+ toolchain go1.24 .0
6
6
7
7
require (
8
- cloud.google.com/go/pubsub v1.45.3
8
+ cloud.google.com/go/pubsub v1.47.0
9
9
github.com/GoogleCloudPlatform/functions-framework-go v1.9.1
10
10
github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server v0.50.0
11
11
github.com/cloudevents/sdk-go/v2 v2.15.2
12
12
)
13
13
14
14
require (
15
- cloud.google.com/go v0.118.0 // indirect
16
- cloud.google.com/go/auth v0.14.0 // indirect
15
+ cloud.google.com/go v0.118.2 // indirect
16
+ cloud.google.com/go/auth v0.14.1 // indirect
17
17
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
18
18
cloud.google.com/go/compute/metadata v0.6.0 // indirect
19
19
cloud.google.com/go/functions v1.19.3 // indirect
20
- cloud.google.com/go/iam v1.3.1 // indirect
20
+ cloud.google.com/go/iam v1.4.0 // indirect
21
21
cloud.google.com/go/trace v1.11.3 // indirect
22
22
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0 // indirect
23
23
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.26.0 // indirect
@@ -33,28 +33,29 @@ require (
33
33
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
34
34
github.com/modern-go/reflect2 v1.0.2 // indirect
35
35
go.opencensus.io v0.24.0 // indirect
36
- go.opentelemetry.io/contrib/detectors/gcp v1.31.0 // indirect
37
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
38
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
39
- go.opentelemetry.io/otel v1.31.0 // indirect
40
- go.opentelemetry.io/otel/metric v1.31.0 // indirect
41
- go.opentelemetry.io/otel/sdk v1.31.0 // indirect
42
- go.opentelemetry.io/otel/trace v1.31.0 // indirect
36
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
37
+ go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
38
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
39
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
40
+ go.opentelemetry.io/otel v1.34.0 // indirect
41
+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
42
+ go.opentelemetry.io/otel/sdk v1.34.0 // indirect
43
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
43
44
go.uber.org/multierr v1.11.0 // indirect
44
45
go.uber.org/zap v1.27.0 // indirect
45
- golang.org/x/crypto v0.32 .0 // indirect
46
- golang.org/x/net v0.34 .0 // indirect
47
- golang.org/x/oauth2 v0.25 .0 // indirect
48
- golang.org/x/sync v0.10 .0 // indirect
49
- golang.org/x/sys v0.29 .0 // indirect
50
- golang.org/x/text v0.21 .0 // indirect
51
- golang.org/x/time v0.9 .0 // indirect
52
- google.golang.org/api v0.216 .0 // indirect
53
- google.golang.org/genproto v0.0.0-20250106144421-5f5ef82da422 // indirect
54
- google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
55
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250106144421-5f5ef82da422 // indirect
56
- google.golang.org/grpc v1.69.4 // indirect
57
- google.golang.org/protobuf v1.36.2 // indirect
46
+ golang.org/x/crypto v0.33 .0 // indirect
47
+ golang.org/x/net v0.35 .0 // indirect
48
+ golang.org/x/oauth2 v0.26 .0 // indirect
49
+ golang.org/x/sync v0.11 .0 // indirect
50
+ golang.org/x/sys v0.30 .0 // indirect
51
+ golang.org/x/text v0.22 .0 // indirect
52
+ golang.org/x/time v0.10 .0 // indirect
53
+ google.golang.org/api v0.222 .0 // indirect
54
+ google.golang.org/genproto v0.0.0-20250218202821-56aae31c358a // indirect
55
+ google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect
56
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
57
+ google.golang.org/grpc v1.70.0 // indirect
58
+ google.golang.org/protobuf v1.36.5 // indirect
58
59
)
59
60
60
61
replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace => ../../exporter/trace
0 commit comments