Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create releases for go-control-plane (0.13.2) and envoy API (1.32.2) #1073

Merged
merged 3 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 v0.0.0-00010101000000-000000000000
github.com/envoyproxy/go-control-plane/envoy v1.32.2
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
4 changes: 2 additions & 2 deletions 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.0
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
github.com/envoyproxy/go-control-plane/envoy v1.32.2
google.golang.org/grpc v1.67.1
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.28.2
Expand All @@ -27,7 +27,7 @@ require (
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
github.com/envoyproxy/go-control-plane/ratelimit v0.0.0-00010101000000-000000000000 // indirect
github.com/envoyproxy/go-control-plane/ratelimit v0.1.0 // indirect
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ replace (
)

require (
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
github.com/envoyproxy/go-control-plane/ratelimit v0.0.0-00010101000000-000000000000
github.com/envoyproxy/go-control-plane/envoy v1.32.2
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
go.uber.org/goleak v1.3.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.21
replace github.com/envoyproxy/go-control-plane/envoy => ../envoy

require (
github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
github.com/envoyproxy/go-control-plane/envoy v1.32.2
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 v0.0.0-00010101000000-000000000000
github.com/envoyproxy/go-control-plane/envoy v1.32.2
github.com/stretchr/testify v1.10.0
google.golang.org/protobuf v1.35.2
gopkg.in/yaml.v2 v2.4.0
Expand Down
Loading