Skip to content

Commit efcd8a1

Browse files
Prepare envoy for version v1.32.3
Signed-off-by: Valerian Roche <[email protected]>
1 parent 0f0bc3e commit efcd8a1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

contrib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/envoyproxy/go-control-plane/envoy => ../envoy
66

77
require (
88
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
9-
github.com/envoyproxy/go-control-plane/envoy v1.32.2
9+
github.com/envoyproxy/go-control-plane/envoy v1.32.3
1010
github.com/envoyproxy/protoc-gen-validate v1.1.0
1111
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
1212
google.golang.org/grpc v1.67.1

examples/dyplomat/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace (
1010

1111
require (
1212
github.com/envoyproxy/go-control-plane v0.13.3
13-
github.com/envoyproxy/go-control-plane/envoy v1.32.2
13+
github.com/envoyproxy/go-control-plane/envoy v1.32.3
1414
google.golang.org/grpc v1.69.2
1515
gopkg.in/yaml.v2 v2.4.0
1616
k8s.io/api v0.28.2

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replace (
88
)
99

1010
require (
11-
github.com/envoyproxy/go-control-plane/envoy v1.32.2
11+
github.com/envoyproxy/go-control-plane/envoy v1.32.3
1212
github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
1313
github.com/google/go-cmp v0.6.0
1414
github.com/stretchr/testify v1.10.0

ratelimit/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22
55
replace github.com/envoyproxy/go-control-plane/envoy => ../envoy
66

77
require (
8-
github.com/envoyproxy/go-control-plane/envoy v1.32.2
8+
github.com/envoyproxy/go-control-plane/envoy v1.32.3
99
google.golang.org/grpc v1.67.1
1010
google.golang.org/protobuf v1.35.2
1111
)

xdsmatcher/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/envoyproxy/go-control-plane/envoy => ../envoy
66

77
require (
88
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
9-
github.com/envoyproxy/go-control-plane/envoy v1.32.2
9+
github.com/envoyproxy/go-control-plane/envoy v1.32.3
1010
github.com/stretchr/testify v1.10.0
1111
google.golang.org/protobuf v1.36.1
1212
gopkg.in/yaml.v2 v2.4.0

0 commit comments

Comments
 (0)