-
Notifications
You must be signed in to change notification settings - Fork 45
/
go.mod
44 lines (42 loc) · 2.02 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
module github.com/gojek/consul-envoy-xds
go 1.13
require (
github.com/davecgh/go-spew v1.1.0
github.com/envoyproxy/go-control-plane v0.0.0-20180312173923-999f0991b6ae
github.com/fsnotify/fsnotify v1.4.7
github.com/gogo/googleapis v0.0.0-20180223154316-0cd9801be74a
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gojek-engineering/goconfig v0.0.0-20171121145242-6012be80012d
github.com/gojektech/consul-envoy-xds v0.0.0-20190405094702-1389b6876cc8
github.com/golang/protobuf v1.3.2
github.com/hashicorp/consul v1.2.2
github.com/hashicorp/go-cleanhttp v0.0.0-20170211013415-3573b8b52aa7
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90
github.com/hashicorp/go-uuid v0.0.0-20180228145832-27454136f036
github.com/hashicorp/hcl v0.0.0-20170217164738-630949a3c5fa
github.com/hashicorp/serf v0.8.2-0.20170414160318-a0cbae4dc316
github.com/lyft/protoc-gen-validate v0.0.6-0.20171221040303-bd6d057e957f
github.com/magiconair/properties v1.7.3-0.20170321093039-51463bfca257
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77
github.com/mitchellh/mapstructure v0.0.0-20170307201123-53818660ed49
github.com/newrelic/go-agent v1.11.0
github.com/pelletier/go-buffruneio v0.2.0
github.com/pelletier/go-toml v0.5.1-0.20170405014105-fe206efb84b2
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0
github.com/satori/go.uuid v1.2.0
github.com/spf13/afero v0.0.0-20170217164146-9be650865eab
github.com/spf13/cast v1.1.0
github.com/spf13/jwalterweatherman v0.0.0-20170109133355-fa7ca7e836cf
github.com/spf13/pflag v1.0.0
github.com/spf13/viper v1.0.0
github.com/stretchr/objx v0.1.0
github.com/stretchr/testify v1.2.1
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
golang.org/x/text v0.3.0
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
google.golang.org/grpc v1.24.0
gopkg.in/yaml.v2 v2.0.0-20170407172122-cd8b52f8269e
)