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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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)