-
Notifications
You must be signed in to change notification settings - Fork 36
/
Gopkg.toml
94 lines (72 loc) · 1.81 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[prune]
go-tests = true
unused-packages = true
non-go = true
[[prune.project]]
name = "gopkg.in/src-d/go-git-fixtures.v3"
non-go = false
unused-packages = false
[[constraint]]
name = "github.com/gogo/protobuf"
version = "1.2.0"
[[constraint]]
name = "github.com/google/go-github"
version = "24.0.0"
[[constraint]]
branch = "master"
name = "github.com/gregjones/httpcache"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.2"
[[constraint]]
name = "google.golang.org/grpc"
version = "1.13.0"
[[constraint]]
name = "gopkg.in/bblfsh/sdk.v1"
version = "1.16.0"
[[constraint]]
name = "gopkg.in/src-d/go-errors.v1"
version = "1.0.0"
[[constraint]]
name = "gopkg.in/src-d/go-git-fixtures.v3"
version = "3.1.0"
[[constraint]]
name = "gopkg.in/src-d/go-git.v4"
version = "4.4.1"
[[constraint]]
name = "gopkg.in/src-d/go-log.v1"
version = "1.0.1"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.1"
[[constraint]]
name = "gopkg.in/src-d/enry.v1"
version = "1.6.4"
# go-queue does not work with the latest release, v1.2.0
[[constraint]]
name = "github.com/satori/go.uuid"
branch = "master"
[[constraint]]
name = "gopkg.in/src-d/go-kallax.v1"
version = "1.3.5"
[[constraint]]
name = "gopkg.in/src-d/lookout-sdk.v0"
version = "0.6.2"
[[constraint]]
name = "github.com/sanity-io/litter"
revision = "09e3a73d5b65eac2f14578aec8fb74ee9b4f1a5e"
[[constraint]]
name = "github.com/bradleyfalzon/ghinstallation"
version = "0.1.2"
[[constraint]]
branch = "master"
name = "github.com/src-d/lookout-test-fixtures"
[[constraint]]
name = "gopkg.in/src-d/go-queue.v1"
version = "1.0.4"
[[constraint]]
name = "github.com/hashicorp/golang-lru"
version = "0.5.0"
[[constraint]]
branch = "master"
name = "github.com/mwitkow/grpc-proxy"