Skip to content

Commit 2d07f5a

Browse files
Prepare go-control-plane for version v0.13.4
Signed-off-by: Valerian Roche <[email protected]>
1 parent efcd8a1 commit 2d07f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

envoy/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module github.com/envoyproxy/go-control-plane/envoy
33
go 1.22
44

55
// 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 => ../
6+
replace github.com/envoyproxy/[email protected].4 => ../
77

88
require (
99
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
10-
github.com/envoyproxy/go-control-plane v0.13.3
10+
github.com/envoyproxy/go-control-plane v0.13.4
1111
github.com/envoyproxy/protoc-gen-validate v1.1.0
1212
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
1313
github.com/prometheus/client_model v0.6.0

0 commit comments

Comments
 (0)