Skip to content

Commit

Permalink
update go-ds-badger
Browse files Browse the repository at this point in the history
fixes #4524

License: MIT
Signed-off-by: Steven Allen <[email protected]>
  • Loading branch information
Stebalien committed Jan 29, 2018
1 parent f9d935b commit 87c6914
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 @@ -464,9 +464,9 @@
},
{
"author": "magik6k",
"hash": "QmeJHZio8XaK919S4pN9uJLRdt2qP2WipU7beXrejANvaB",
"hash": "Qmbjb3c2KRPVNZWSvQED8zAf12Brdbp3ksSnGdsJiytqUs",
"name": "go-ds-badger",
"version": "1.4.3"
"version": "1.4.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 @@ -17,8 +17,8 @@ import (
mount "gx/ipfs/QmPpegoMqhAEqjncrzArm7KVWAkCm78rqL2DPuNjhPrshg/go-datastore/syncmount"

ldbopts "gx/ipfs/QmbBhyDKsY4mbY6xsKt3qu9Y7FPvMJ6qbD8AMjYYvPRw1g/goleveldb/leveldb/opt"
badgerds "gx/ipfs/Qmbjb3c2KRPVNZWSvQED8zAf12Brdbp3ksSnGdsJiytqUs/go-ds-badger"
levelds "gx/ipfs/Qmbkc8BMfEixGCeKRuGGbf34mAjTb9xPmJ8Pm5gHU7ohZ4/go-ds-leveldb"
badgerds "gx/ipfs/QmeJHZio8XaK919S4pN9uJLRdt2qP2WipU7beXrejANvaB/go-ds-badger"
)

// ConfigFromMap creates a new datastore config from a map
Expand Down

0 comments on commit 87c6914

Please sign in to comment.