Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Jan 30, 2018
1 parent c962f2d commit 10f0018
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ import:
- package: github.com/dennwc/graphql
- package: github.com/tylertreat/BoomFilters
- package: gopkg.in/olivere/elastic.v5
- package: github.com/go-kivik/kivik
- package: github.com/go-kivik/couchdb
1 change: 1 addition & 0 deletions graph/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
_ "github.com/cayleygraph/cayley/graph/memstore"
_ "github.com/cayleygraph/cayley/graph/nosql/elastic"
_ "github.com/cayleygraph/cayley/graph/nosql/mongo"
_ "github.com/cayleygraph/cayley/graph/nosql/ouch"
_ "github.com/cayleygraph/cayley/graph/sql/cockroach"
_ "github.com/cayleygraph/cayley/graph/sql/mysql"
_ "github.com/cayleygraph/cayley/graph/sql/postgres"
Expand Down

0 comments on commit 10f0018

Please sign in to comment.