Revision e0bc3ad05535b65609f61a252078e8ad779fa69c authored by Barak Michener on 19 September 2018, 06:21:02 UTC, committed by Denys Smirnov on 19 September 2018, 12:57:53 UTC
1 parent 8158074
Raw File
Gopkg.toml
# 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
back to top