1# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
2# for detailed Gopkg.toml documentation.
3
4ignored = ["github.com/cayleygraph/cayley/internal/dock"]
5
6[[constraint]]
7  branch = "master"
8  name = "github.com/badgerodon/peg"
9
10[[constraint]]
11  branch = "master"
12  name = "github.com/dennwc/graphql"
13
14[[constraint]]
15  name = "github.com/go-kivik/pouchdb"
16  version = "1.3.5"
17
18[[constraint]]
19  branch = "master"
20  name = "github.com/golang/glog"
21
22[[constraint]]
23  branch = "master"
24  name = "github.com/linkeddata/gojsonld"
25
26[[constraint]]
27  branch = "v2"
28  name = "gopkg.in/mgo.v2"
29
30[[constraint]]
31  name = "gopkg.in/olivere/elastic.v5"
32  version = "5.0.58"
33
34[prune]
35  go-tests = true
36  unused-packages = true
37