forked from akamai/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
47 lines (36 loc) · 862 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
[[constraint]]
name = "github.com/akamai/cli-common-golang"
branch = "master"
[[constraint]]
name = "github.com/fatih/color"
version = "1.6.0"
[[constraint]]
name = "github.com/go-ini/ini"
version = "1.35.0"
[[constraint]]
name = "github.com/google/uuid"
version = "0.2.0"
[[constraint]]
branch = "master"
name = "github.com/inconshreveable/go-update"
[[constraint]]
branch = "master"
name = "github.com/kardianos/osext"
[[constraint]]
name = "github.com/mattn/go-isatty"
version = "0.0.3"
[[constraint]]
branch = "master"
name = "github.com/mitchellh/go-homedir"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
[[constraint]]
branch = "master"
name = "golang.org/x/sys"
[[constraint]]
name = "gopkg.in/src-d/go-git.v4"
version = "4.13.1"
[prune]
go-tests = true
unused-packages = true