Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
87c69148
Commit
87c69148
authored
Jan 29, 2018
by
Steven Allen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update go-ds-badger
fixes #4524 License: MIT Signed-off-by:
Steven Allen
<
steven@stebalien.com
>
parent
f9d935b9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
package.json
package.json
+2
-2
repo/fsrepo/datastores.go
repo/fsrepo/datastores.go
+1
-1
No files found.
package.json
View file @
87c69148
...
...
@@ -464,9 +464,9 @@
},
{
"author"
:
"magik6k"
,
"hash"
:
"Qm
eJHZio8XaK919S4pN9uJLRdt2qP2WipU7beXrejANvaB
"
,
"hash"
:
"Qm
bjb3c2KRPVNZWSvQED8zAf12Brdbp3ksSnGdsJiytqUs
"
,
"name"
:
"go-ds-badger"
,
"version"
:
"1.4.
3
"
"version"
:
"1.4.
4
"
},
{
"author"
:
"whyrusleeping"
,
...
...
repo/fsrepo/datastores.go
View file @
87c69148
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment