forked from istio/proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (21 loc) · 830 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module istio.io/proxy
go 1.15
require (
github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403
github.com/d4l3k/messagediff v1.2.2-0.20180726183240-b9e99b2f9263
github.com/envoyproxy/go-control-plane v0.9.9-0.20210511190911-87d352569d55
github.com/fsnotify/fsnotify v1.4.9
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.0
github.com/kr/pretty v0.1.0 // indirect
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.9.1
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.8
)