forked from NinesStack/sidecar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
46 lines (44 loc) · 2.22 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
45
46
module github.com/NinesStack/sidecar
go 1.12
require (
github.com/NinesStack/memberlist v0.0.0-20170522194404-cfac2b5cf519
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
github.com/containerd/continuity v0.0.0-20181203112020-004b46473808 // indirect
github.com/envoyproxy/go-control-plane v0.9.6
github.com/fsouza/go-dockerclient v1.3.1
github.com/gogo/protobuf v1.2.1
github.com/golang/protobuf v1.4.2
github.com/gorilla/mux v1.6.2
github.com/hashicorp/go-msgpack v0.5.5 // indirect
github.com/hashicorp/go-multierror v1.0.0 // indirect
github.com/hashicorp/go-sockaddr v1.0.0 // indirect
github.com/hashicorp/go-uuid v1.0.1 // indirect
github.com/kelseyhightower/envconfig v1.3.0
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/miekg/dns v1.0.14 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/onsi/gomega v1.4.2 // indirect
github.com/pquerna/ffjson v0.0.0-20171002144729-d49c2bc1aa13
github.com/relistan/go-director v0.0.0-20181104164737-5f56787d9731
github.com/relistan/rubberneck v1.1.0 // indirect
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/sirupsen/logrus v1.0.6
github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff
golang.org/x/crypto v0.0.0-20190325154230-a5d413f7728c // indirect
golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c // indirect
golang.org/x/sys v0.0.0-20190523142557-0e01d883c5c5 // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/grpc v1.27.0
google.golang.org/protobuf v1.23.0
gopkg.in/alecthomas/kingpin.v2 v2.2.5
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20170412085702-cf52904a3cf0
gopkg.in/relistan/rubberneck.v1 v1.0.1
gotest.tools v2.2.0+incompatible // indirect
)