Skip to content

Commit 4be6f62

Browse files
committed
fixes to local modules
Signed-off-by: Sunjay Bhatia <[email protected]>
1 parent 1b350d3 commit 4be6f62

File tree

5 files changed

+2531
-16
lines changed

5 files changed

+2531
-16
lines changed

examples/dyplomat/go.mod

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@ module github.com/envoyproxy/go-control-plane/examples/dyplomat
22

33
go 1.20
44

5+
replace github.com/envoyproxy/go-control-plane => ../../
6+
7+
replace github.com/envoyproxy/go-control-plane/envoy => ../../envoy
8+
9+
replace github.com/envoyproxy/go-control-plane/ratelimit => ../../ratelimit
10+
511
require (
612
github.com/envoyproxy/go-control-plane v0.11.0
13+
github.com/envoyproxy/go-control-plane/envoy v0.11.0
714
google.golang.org/grpc v1.55.0
815
gopkg.in/yaml.v2 v2.4.0
916
k8s.io/api v0.27.2
@@ -20,6 +27,7 @@ require (
2027
github.com/cncf/xds/go v0.0.0-20230428030218-4003588d1b74 // indirect
2128
github.com/davecgh/go-spew v1.1.1 // indirect
2229
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
30+
github.com/envoyproxy/go-control-plane/ratelimit v0.0.0-00010101000000-000000000000 // indirect
2331
github.com/envoyproxy/protoc-gen-validate v1.0.1 // indirect
2432
github.com/go-logr/logr v1.2.3 // indirect
2533
github.com/go-openapi/jsonpointer v0.19.6 // indirect
@@ -45,7 +53,6 @@ require (
4553
github.com/prometheus/common v0.37.0 // indirect
4654
github.com/prometheus/procfs v0.8.0 // indirect
4755
github.com/sirupsen/logrus v1.8.1 // indirect
48-
github.com/stretchr/testify v1.8.3 // indirect
4956
golang.org/x/net v0.10.0 // indirect
5057
golang.org/x/oauth2 v0.6.0 // indirect
5158
golang.org/x/sys v0.8.0 // indirect

0 commit comments

Comments
 (0)