forked from emissary-ingress/emissary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 865 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
module github.com/datawire/ambassador
go 1.12
require (
github.com/envoyproxy/data-plane-api v0.0.0-20190403155806-897f5b09bbe3
github.com/envoyproxy/protoc-gen-validate v0.0.0-20190405222122-d6164de49109
github.com/gogo/googleapis v1.1.0
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.2.0
github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365 // indirect
github.com/lyft/protoc-gen-star v0.4.10 // indirect
github.com/sirupsen/logrus v1.0.4
github.com/spf13/afero v1.2.2 // indirect
golang.org/x/crypto v0.0.0-20180222182404-49796115aa4b
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522
golang.org/x/text v0.3.0
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
google.golang.org/grpc v1.19.1
istio.io/gogo-genproto v0.0.0-20190124151557-6d926a6e6feb
)