Skip to content

Commit

Permalink
Merge pull request #4327 from ipfs/gx/badgerds1.0
Browse files Browse the repository at this point in the history
gx: Update badgerds to 1.0
  • Loading branch information
whyrusleeping authored Oct 28, 2017
2 parents e79c10e + b3589c8 commit 60bf4fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,9 @@
},
{
"author": "magik6k",
"hash": "QmUamAGkvPp1w84dfc2YMy9ic6iyBvaRoaTiaat8Crtawq",
"hash": "QmNm2bfBCtEzmpxVzaW2FZGzWx2KWHprfd27aWoXptrAGa",
"name": "go-ds-badger",
"version": "0.4.1"
"version": "1.0.4"
},
{
"author": "whyrusleeping",
Expand Down
2 changes: 1 addition & 1 deletion repo/fsrepo/datastores.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
ds "gx/ipfs/QmVSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG/go-datastore"
mount "gx/ipfs/QmVSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG/go-datastore/syncmount"

badgerds "gx/ipfs/QmNm2bfBCtEzmpxVzaW2FZGzWx2KWHprfd27aWoXptrAGa/go-ds-badger"
levelds "gx/ipfs/QmPdvXuXWAR6gtxxqZw42RtSADMwz4ijVmYHGS542b6cMz/go-ds-leveldb"
badgerds "gx/ipfs/QmUamAGkvPp1w84dfc2YMy9ic6iyBvaRoaTiaat8Crtawq/go-ds-badger"
ldbopts "gx/ipfs/QmbBhyDKsY4mbY6xsKt3qu9Y7FPvMJ6qbD8AMjYYvPRw1g/goleveldb/leveldb/opt"
)

Expand Down

0 comments on commit 60bf4fb

Please sign in to comment.