-
Notifications
You must be signed in to change notification settings - Fork 31
/
Gopkg.toml
58 lines (45 loc) · 1.07 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
# Gopkg.toml
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
[[constraint]]
branch = "master"
name = "github.com/apcera/termtables"
source = "github.com/brettski/go-termtables"
[[override]]
name = "github.com/docker/distribution"
version = "2.7.0-rc.0"
[[constraint]]
name = "github.com/docker/docker"
version = "v17.05.0-ce"
[[constraint]]
name = "github.com/docker/go-connections"
version = "0.4.0"
[[constraint]]
branch = "master"
name = "github.com/elgs/gojq"
[[constraint]]
branch = "master"
name = "github.com/jmoiron/jsonq"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"
[[constraint]]
name = "github.com/spf13/viper"
version = "1.1.0"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/sys"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.2"
[[constraint]]
name = "github.com/alecthomas/units"
branch = "master"
[prune]
go-tests = true
unused-packages = true