forked from forkkit/istio-cloud-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 975 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
24
25
module github.com/tetratelabs/istio-cloud-map
go 1.14
require (
github.com/aws/aws-sdk-go v1.30.1
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.3.3
github.com/hashicorp/consul/api v1.6.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.0.0
github.com/tetratelabs/log v0.0.0-20190710134534-eb04d1e84fb8
go.uber.org/zap v1.16.0 // indirect
google.golang.org/genproto v0.0.0-20191223191004-3caeed10a8bf // indirect
google.golang.org/grpc v1.31.1 // indirect
istio.io/api v0.0.0-20200316215140-da46fe8e25be
istio.io/client-go v0.0.0-20200316192452-065c59267750
istio.io/gogo-genproto v0.0.0-20200130224810-a0338448499a // indirect
k8s.io/apimachinery v0.17.4
k8s.io/client-go v0.17.4
)