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.1
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.51.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.3 // indirect
16
+ cloud.google.com/go/auth v0.15 .0 // 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.27.0 // indirect
23
23
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.27.0 // indirect
@@ -27,34 +27,35 @@ require (
27
27
github.com/go-logr/stdr v1.2.2 // indirect
28
28
github.com/google/s2a-go v0.1.9 // indirect
29
29
github.com/google/uuid v1.6.0 // indirect
30
- github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
30
+ github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
31
31
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
32
32
github.com/json-iterator/go v1.1.12 // indirect
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.34.0 // indirect
38
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
39
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.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.36 .0 // indirect
47
+ golang.org/x/net v0.37 .0 // indirect
48
+ golang.org/x/oauth2 v0.28 .0 // indirect
49
+ golang.org/x/sync v0.12 .0 // indirect
50
+ golang.org/x/sys v0.31 .0 // indirect
51
+ golang.org/x/text v0.23 .0 // indirect
52
+ golang.org/x/time v0.11 .0 // indirect
53
+ google.golang.org/api v0.225 .0 // indirect
54
+ google.golang.org/genproto v0.0.0-20250311190419-81fb87f6b8bf // indirect
55
+ google.golang.org/genproto/googleapis/api v0.0.0-20250311190419-81fb87f6b8bf // indirect
56
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250311190419-81fb87f6b8bf // indirect
57
+ google.golang.org/grpc v1.71.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