-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
62 lines (61 loc) · 2.89 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
module github.com/adam-hanna/vgo-bug
require (
github.com/BurntSushi/toml v0.3.0
github.com/Sirupsen/logrus v1.0.5
github.com/armon/go-metrics v0.0.0-20180620213357-58588f401c2c
github.com/armon/go-radix v0.0.0-20170727155443-1fca145dffbc
github.com/boltdb/bolt v1.3.1
github.com/coreos/etcd v0.5.0-alpha.5
github.com/coreos/go-systemd v0.0.0-20180525142239-a4887aeaa186
github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea
github.com/docker/containerd v0.2.8
github.com/docker/distribution v0.0.0-20170720211245-48294d928ced
github.com/docker/docker v0.0.0-20170601211448-f5ec1e2936dc
github.com/docker/go-connections v0.3.0
github.com/docker/go-events v0.0.0-20170721190031-9461782956ad
github.com/docker/go-units v0.3.3
github.com/docker/libkv v0.2.1
github.com/docker/libnetwork v0.0.0-20180703211546-007f5cf3e28e
github.com/docker/swarmkit v1.12.0
github.com/fsnotify/fsnotify v1.4.7
github.com/godbus/dbus v0.0.0-20180628170355-aa2b68efcdd0
github.com/gogo/protobuf v1.0.0
github.com/golang/mock v1.1.1
github.com/golang/protobuf v1.1.0
github.com/gorilla/mux v1.6.2
github.com/hashicorp/consul v1.2.0
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce
github.com/hashicorp/go-cleanhttp v0.0.0-20171218145408-d5fe4b57a186
github.com/hashicorp/go-immutable-radix v0.0.0-20180129170900-7f3cd4390caa
github.com/hashicorp/go-msgpack v0.0.0-20150518234257-fa3f63826f7c
github.com/hashicorp/go-multierror v0.0.0-20171204182908-b7773ae21874
github.com/hashicorp/go-rootcerts v0.0.0-20160503143440-6bb64b370b90
github.com/hashicorp/go-sockaddr v0.0.0-20180320115054-6d291a969b86
github.com/hashicorp/golang-lru v0.0.0-20180201235237-0fb14efe8c47
github.com/hashicorp/memberlist v0.1.0
github.com/hashicorp/serf v0.8.1
github.com/ishidawataru/sctp v0.0.0-20180618063835-8e639e2c7956
github.com/miekg/dns v1.0.8
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618
github.com/opencontainers/runc v1.0.0-rc3
github.com/opencontainers/runtime-spec v1.0.1
github.com/pkg/errors v0.8.0
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
github.com/sirupsen/logrus v1.0.5
github.com/spf13/pflag v1.0.1
github.com/syndtr/gocapability v0.0.0-20180223013746-33e07d32887e
github.com/tonistiigi/fifo v0.0.0-20180307165137-3d5202aec260
github.com/urfave/cli v1.20.0
github.com/vbatts/tar-split v0.10.2
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20171111001504-be1fbeda1936
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8
golang.org/x/net v0.0.0-20180702212446-ed29d75add3d
golang.org/x/sys v0.0.0-20180627142611-7138fd3d9dc8
golang.org/x/text v0.3.0
google.golang.org/genproto v0.0.0-20180627194029-ff3583edef7d
google.golang.org/grpc v1.13.0
)