-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gopkg.toml
76 lines (58 loc) · 1.38 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
required = [
"github.com/kr/pretty",
]
[[constraint]]
name = "github.com/akaspin/cut"
branch = "master"
[[constraint]]
name = "github.com/akaspin/logx"
version = "2.3.0"
[[constraint]]
name = "github.com/akaspin/supervisor"
version = "2.1.0"
[[constraint]]
name = "github.com/akaspin/errslice"
version = "0.1.1"
[[constraint]]
name = "github.com/coreos/go-systemd"
version = "v15"
[[constraint]]
name = "github.com/hashicorp/hcl"
branch = "master"
[[constraint]]
name = "github.com/hashicorp/consul"
version = "1.0.0"
[[constraint]]
name = "github.com/mitchellh/hashstructure"
branch = "master"
[[constraint]]
name = "github.com/mitchellh/mapstructure"
branch = "master"
[[constraint]]
name = "github.com/RoaringBitmap/roaring"
branch = "master"
[[constraint]]
name = "github.com/pkg/errors"
branch = "master"
[[constraint]]
name = "github.com/pmezard/go-difflib"
branch = "master"
[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/stretchr/testify"
version = "v1.2.0"
# branch = "master"
[[constraint]]
name = "github.com/ryanuber/columnize"
branch = "master"
[[constraint]]
name = "github.com/mitchellh/copystructure"
branch = "master"
[[constraint]]
name = "github.com/kr/pretty"
branch = "master"
[[constraint]]
name = "github.com/docker/docker"
version = "v1.13.1"