File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/envoyproxy/go-control-plane/envoy => ../envoy
6
6
7
7
require (
8
8
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
9
- github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
9
+ github.com/envoyproxy/go-control-plane/envoy v1.32.2
10
10
github.com/envoyproxy/protoc-gen-validate v1.1.0
11
11
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
12
12
google.golang.org/grpc v1.67.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ replace (
10
10
11
11
require (
12
12
github.com/envoyproxy/go-control-plane v0.13.0
13
- github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
13
+ github.com/envoyproxy/go-control-plane/envoy v1.32.2
14
14
google.golang.org/grpc v1.67.1
15
15
gopkg.in/yaml.v2 v2.4.0
16
16
k8s.io/api v0.28.2
@@ -27,7 +27,7 @@ require (
27
27
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20 // indirect
28
28
github.com/davecgh/go-spew v1.1.1 // indirect
29
29
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
30
- github.com/envoyproxy/go-control-plane/ratelimit v0.0.0-00010101000000-000000000000 // indirect
30
+ github.com/envoyproxy/go-control-plane/ratelimit v0.1.0 // indirect
31
31
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
32
32
github.com/go-logr/logr v1.4.1 // indirect
33
33
github.com/go-openapi/jsonpointer v0.19.6 // indirect
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ replace (
8
8
)
9
9
10
10
require (
11
- github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
12
- github.com/envoyproxy/go-control-plane/ratelimit v0.0.0-00010101000000-000000000000
11
+ github.com/envoyproxy/go-control-plane/envoy v1.32.2
12
+ github.com/envoyproxy/go-control-plane/ratelimit v0.1.0
13
13
github.com/google/go-cmp v0.6.0
14
14
github.com/stretchr/testify v1.10.0
15
15
go.uber.org/goleak v1.3.0
Original file line number Diff line number Diff line change 5
5
replace github.com/envoyproxy/go-control-plane/envoy => ../envoy
6
6
7
7
require (
8
- github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
8
+ github.com/envoyproxy/go-control-plane/envoy v1.32.2
9
9
google.golang.org/grpc v1.67.1
10
10
google.golang.org/protobuf v1.35.2
11
11
)
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/envoyproxy/go-control-plane/envoy => ../envoy
6
6
7
7
require (
8
8
github.com/cncf/xds/go v0.0.0-20240723142845-024c85f92f20
9
- github.com/envoyproxy/go-control-plane/envoy v0.0.0-00010101000000-000000000000
9
+ github.com/envoyproxy/go-control-plane/envoy v1.32.2
10
10
github.com/stretchr/testify v1.10.0
11
11
google.golang.org/protobuf v1.35.2
12
12
gopkg.in/yaml.v2 v2.4.0
You can’t perform that action at this time.
0 commit comments