We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcd8a1 commit 2d07f5aCopy full SHA for 2d07f5a
envoy/go.mod
@@ -3,11 +3,11 @@ module github.com/envoyproxy/go-control-plane/envoy
3
go 1.22
4
5
// Used to resolve import issues related to go-control-plane package split (https://github.com/envoyproxy/go-control-plane/issues/1074)
6
-replace github.com/envoyproxy/[email protected].3 => ../
+replace github.com/envoyproxy/[email protected].4 => ../
7
8
require (
9
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
10
- github.com/envoyproxy/go-control-plane v0.13.3
+ github.com/envoyproxy/go-control-plane v0.13.4
11
github.com/envoyproxy/protoc-gen-validate v1.1.0
12
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
13
github.com/prometheus/client_model v0.6.0
0 commit comments