We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8167477 commit 3a48488Copy full SHA for 3a48488
1 file changed
pkg/chipingress/go.mod
@@ -8,6 +8,8 @@ require (
8
github.com/google/uuid v1.6.0
9
github.com/stretchr/testify v1.11.1
10
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0
11
+ go.opentelemetry.io/otel/metric v1.38.0
12
+ go.opentelemetry.io/otel/trace v1.38.0
13
google.golang.org/grpc v1.75.0
14
google.golang.org/protobuf v1.36.8
15
)
@@ -23,8 +25,6 @@ require (
23
25
github.com/stretchr/objx v0.5.2 // indirect
24
26
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
27
go.opentelemetry.io/otel v1.38.0 // indirect
- go.opentelemetry.io/otel/metric v1.38.0 // indirect
- go.opentelemetry.io/otel/trace v1.38.0 // indirect
28
go.uber.org/multierr v1.11.0 // indirect
29
go.uber.org/zap v1.27.0 // indirect
30
golang.org/x/net v0.43.0 // indirect
0 commit comments