forked from ubclaunchpad/inertia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
44 lines (34 loc) · 798 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
[prune]
non-go = true
unused-packages = true
go-tests = true
[[constraint]]
name = "github.com/spf13/cobra"
branch = "master"
[[constraint]]
name = "gopkg.in/src-d/go-git.v4"
version = "4.5.0"
[[override]]
name = "gopkg.in/src-d/go-billy.v4"
version = "4.2.0"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.6"
[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "3.2.0"
[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"
[[constraint]]
name = "github.com/boltdb/bolt"
version = "1.3.1"
[[constraint]]
name = "github.com/gorilla/websocket"
version = "1.2.0"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.15.9"
[[constraint]]
name = "github.com/docker/docker"
branch = "master"