-
Notifications
You must be signed in to change notification settings - Fork 263
/
Gopkg.toml
61 lines (47 loc) · 1.21 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
[prune]
go-tests = true
# we only prune test as other options will remove from aws-sdk-go
# what we nedd to run `make generate` on the project
# see https://github.com/golang/dep/issues/1561
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.10.27"
[[constraint]]
name = "github.com/boltdb/bolt"
version = "1.3.1"
[[constraint]]
branch = "master"
name = "github.com/chzyer/readline"
[[constraint]]
name = "github.com/fatih/color"
version = "1.5.0"
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.4.0"
[[constraint]]
branch = "master"
name = "github.com/mitchellh/ioprogress"
[[constraint]]
name = "github.com/oklog/ulid"
version = "0.3.0"
[[constraint]]
branch = "master"
name = "github.com/olekukonko/tablewriter"
[[constraint]]
branch = "master"
name = "github.com/spf13/cobra"
[[constraint]]
name = "github.com/wallix/awless-scheduler"
version = "0.0.6"
[[constraint]]
branch = "master"
name = "github.com/wallix/triplestore"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
name = "gopkg.in/src-d/go-git.v4"
version = "=4.0.0-rc13"
[[constraint]]
branch = "master"
name = "github.com/boombuler/barcode"