-
Notifications
You must be signed in to change notification settings - Fork 20
/
Gopkg.toml
58 lines (45 loc) · 1.28 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
[[constraint]]
name = "github.com/jessevdk/go-flags"
version = "1.2.0"
[[constraint]]
branch = "master"
name = "github.com/satori/go.uuid"
[[constraint]]
name = "gopkg.in/src-d/core-retrieval.v0"
revision = "27a526a7da6f3e90812e390157c33c2dce445829"
source = "https://github.com/src-d/core-retrieval.git"
[[constraint]]
name = "gopkg.in/src-d/go-cli.v0"
branch = "master"
[[constraint]]
name = "gopkg.in/src-d/go-billy.v4"
source = "https://github.com/src-d/go-billy.git"
version = "4.3.0"
[[constraint]]
name = "gopkg.in/src-d/go-git-fixtures.v3"
version = "3.1.0"
[[constraint]]
name = "gopkg.in/src-d/go-git.v4"
source = "https://github.com/src-d/go-git.git"
revision = "af1e3817a80cccb560b25b0fd3343894754020ba"
[[constraint]]
name = "gopkg.in/src-d/go-kallax.v1"
version = "1.3.4"
[[constraint]]
name = "gopkg.in/src-d/go-queue.v1"
version = "~1.0.2"
[[constraint]]
name = "github.com/lib/pq"
branch = "master"
[[constraint]]
name = "gopkg.in/src-d/go-billy-gluster.v0"
revision = "a14b481441bb5ba7cba3c48cb3eb570f1c7fb5fd"
[[override]]
name = "gopkg.in/src-d/go-billy-siva.v4"
version = "4.2.1"
[prune]
unused-packages = true
go-tests = true
[[prune.project]]
name = "gopkg.in/src-d/go-git-fixtures.v3"
unused-packages = false