forked from gliderlabs/registrator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGopkg.toml
52 lines (40 loc) · 1.05 KB
/
Gopkg.toml
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
[[constraint]]
name = "github.com/cenkalti/backoff"
version = "2.0.0"
[[constraint]]
name = "github.com/coreos/go-etcd"
version = "2.0.0"
[[override]]
name = "github.com/docker/docker"
revision = "3dfb26ab3cbf961298f8ce3f94659b5fe4146ceb"
[[override]]
name = "github.com/docker/libnetwork"
revision = "0ae9b6f38f24f65567d4b46602502b33c95cf57a"
[[override]]
branch = "master"
name = "github.com/gliderlabs/registrator"
source = "github.com/jhsolor/registrator"
[[constraint]]
name = "github.com/fsouza/go-dockerclient"
version = "=1.2.2"
[[constraint]]
branch = "master"
name = "github.com/gliderlabs/pkg"
[[constraint]]
name = "github.com/hashicorp/consul"
version = "1.2.0"
[[constraint]]
name = "github.com/hashicorp/go-cleanhttp"
version = "0.5.0"
[[constraint]]
branch = "master"
name = "github.com/samuel/go-zookeeper"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"
[[constraint]]
name = "gopkg.in/coreos/go-etcd.v0"
version = "0.4.6"
[prune]
go-tests = true
unused-packages = true