Skip to content

Commit

Permalink
Prepare envoy for version v1.32.3
Browse files Browse the repository at this point in the history
Signed-off-by: Valerian Roche <[email protected]>
  • Loading branch information
valerian-roche committed Jan 3, 2025
1 parent bceabd8 commit e5e8966
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contrib/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/envoyproxy/go-control-plane/envoy => ../envoy

require (
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
github.com/envoyproxy/go-control-plane/envoy v1.32.2
github.com/envoyproxy/go-control-plane/envoy v1.32.3
github.com/envoyproxy/protoc-gen-validate v1.1.0
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
google.golang.org/grpc v1.67.1
Expand Down
2 changes: 1 addition & 1 deletion examples/dyplomat/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replace (

require (
github.com/envoyproxy/go-control-plane v0.13.3
github.com/envoyproxy/go-control-plane/envoy v1.32.2
github.com/envoyproxy/go-control-plane/envoy v1.32.3
google.golang.org/grpc v1.69.2
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.28.2
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replace (
)

require (
github.com/envoyproxy/go-control-plane/envoy v1.32.2
github.com/envoyproxy/go-control-plane/envoy v1.32.3
github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
github.com/google/go-cmp v0.6.0
github.com/stretchr/testify v1.10.0
Expand Down
2 changes: 1 addition & 1 deletion ratelimit/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22
replace github.com/envoyproxy/go-control-plane/envoy => ../envoy

require (
github.com/envoyproxy/go-control-plane/envoy v1.32.2
github.com/envoyproxy/go-control-plane/envoy v1.32.3
google.golang.org/grpc v1.67.1
google.golang.org/protobuf v1.35.2
)
Expand Down
2 changes: 1 addition & 1 deletion xdsmatcher/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/envoyproxy/go-control-plane/envoy => ../envoy

require (
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
github.com/envoyproxy/go-control-plane/envoy v1.32.2
github.com/envoyproxy/go-control-plane/envoy v1.32.3
github.com/stretchr/testify v1.10.0
google.golang.org/protobuf v1.36.1
gopkg.in/yaml.v2 v2.4.0
Expand Down

0 comments on commit e5e8966

Please sign in to comment.