-
Notifications
You must be signed in to change notification settings - Fork 913
/
Gopkg.toml
53 lines (39 loc) · 953 Bytes
/
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
53
# constraints
[[constraint]]
name = "github.com/cenkalti/backoff"
version = "2.0.0"
[[constraint]]
name = "github.com/hashicorp/consul"
version = "1.0.7"
[[constraint]]
branch = "master"
name = "github.com/hashicorp/go-cleanhttp"
[[constraint]]
name = "github.com/fsouza/go-dockerclient"
version = "1.2.0"
[[constraint]]
name = "github.com/coreos/go-etcd"
version = "2.0.0"
[[constraint]]
name = "gopkg.in/coreos/go-etcd.v0"
version = "0.4.6"
[[constraint]]
branch = "master"
name = "github.com/samuel/go-zookeeper"
[[constraint]]
branch = "master"
name = "github.com/gliderlabs/pkg"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"
# overrides
[[override]]
name = "github.com/docker/docker"
revision = "a422774e593b33bd287d9890544ad9e09b380d8c"
[[override]]
branch = "master"
name = "github.com/Azure/go-ansiterm"
# prune
[prune]
go-tests = true
unused-packages = true