Skip to content

Commit 80c0639

Browse files
fix(deps): update go minor dependencies
1 parent 940c498 commit 80c0639

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ module github.com/getyourguide/extproc-go
33
go 1.23.4
44

55
require (
6-
github.com/envoyproxy/go-control-plane/envoy v1.32.4
6+
github.com/envoyproxy/go-control-plane/envoy v1.35.0
77
github.com/go-logr/logr v1.4.3
88
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
9+
github.com/stretchr/testify v1.11.1
10+
github.com/testcontainers/testcontainers-go v0.39.0
11+
go.opentelemetry.io/otel v1.38.0
12+
go.opentelemetry.io/otel/trace v1.38.0
13+
google.golang.org/grpc v1.75.1
1414
sigs.k8s.io/yaml v1.6.0
1515
)
1616

0 commit comments

Comments
 (0)