https://github.com/google/cayley
Raw File
Tip revision: 4a1585bb96038808249a76d7a09e2a1cfa802408 authored by Denys Smirnov on 26 November 2018, 14:19:47 UTC
fix version for 0.7.4 release
Tip revision: 4a1585b
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.4"

[[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