This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
go.mod
45 lines (43 loc) · 2.03 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
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-cleanhttp v0.5.0
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/jarcoal/httpmock v1.2.0
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/goconvey v1.7.2
golang.org/x/net v0.2.0 // indirect
golang.org/x/sync v0.1.0 // 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
)