forked from rueian/go-control-plane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 765 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/envoyproxy/go-control-plane
go 1.16
require (
github.com/census-instrumentation/opencensus-proto v0.2.1
github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe
github.com/envoyproxy/protoc-gen-validate v0.1.0
github.com/golang/protobuf v1.5.0
github.com/google/go-cmp v0.5.6
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/proto/otlp v0.7.0
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.27.1
)