forked from cayleygraph/cayley
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
36 lines (27 loc) · 728 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
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
ignored = ["github.com/cayleygraph/cayley/internal/dock"]
[[constraint]]
branch = "master"
name = "github.com/badgerodon/peg"
[[constraint]]
branch = "master"
name = "github.com/dennwc/graphql"
[[constraint]]
name = "github.com/go-kivik/pouchdb"
version = "1.3.5"
[[constraint]]
branch = "master"
name = "github.com/golang/glog"
[[constraint]]
branch = "master"
name = "github.com/linkeddata/gojsonld"
[[constraint]]
branch = "v2"
name = "gopkg.in/mgo.v2"
[[constraint]]
name = "gopkg.in/olivere/elastic.v5"
version = "5.0.58"
[prune]
go-tests = true
unused-packages = true