We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940c498 commit 5338567Copy full SHA for 5338567
go.mod
@@ -6,11 +6,11 @@ require (
6
github.com/envoyproxy/go-control-plane/envoy v1.32.4
7
github.com/go-logr/logr v1.4.3
8
github.com/golang/protobuf v1.5.4
9
- github.com/stretchr/testify v1.11.0
10
- github.com/testcontainers/testcontainers-go v0.38.0
11
- go.opentelemetry.io/otel v1.37.0
12
- go.opentelemetry.io/otel/trace v1.37.0
13
- google.golang.org/grpc v1.75.0
+ github.com/stretchr/testify v1.11.1
+ github.com/testcontainers/testcontainers-go v0.39.0
+ go.opentelemetry.io/otel v1.38.0
+ go.opentelemetry.io/otel/trace v1.38.0
+ google.golang.org/grpc v1.75.1
14
sigs.k8s.io/yaml v1.6.0
15
)
16
0 commit comments