Skip to content

Commit 10f0018

Browse files
committed
update dependencies
1 parent c962f2d commit 10f0018

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

glide.lock

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ import:
4848
- package: github.com/dennwc/graphql
4949
- package: github.com/tylertreat/BoomFilters
5050
- package: gopkg.in/olivere/elastic.v5
51+
- package: github.com/go-kivik/kivik
52+
- package: github.com/go-kivik/couchdb

graph/all/all.go

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
_ "github.com/cayleygraph/cayley/graph/memstore"
99
_ "github.com/cayleygraph/cayley/graph/nosql/elastic"
1010
_ "github.com/cayleygraph/cayley/graph/nosql/mongo"
11+
_ "github.com/cayleygraph/cayley/graph/nosql/ouch"
1112
_ "github.com/cayleygraph/cayley/graph/sql/cockroach"
1213
_ "github.com/cayleygraph/cayley/graph/sql/mysql"
1314
_ "github.com/cayleygraph/cayley/graph/sql/postgres"

0 commit comments

Comments
 (0)