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-merkledag
Commits
5044152b
Commit
5044152b
authored
Feb 27, 2018
by
Hector Sanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to latest go-datastore
License: MIT Signed-off-by:
Hector Sanjuan
<
hector@protocol.ai
>
parent
0ffc5834
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
test/utils.go
test/utils.go
+3
-3
utils/utils.go
utils/utils.go
+3
-3
No files found.
test/utils.go
View file @
5044152b
...
@@ -5,9 +5,9 @@ import (
...
@@ -5,9 +5,9 @@ import (
"github.com/ipfs/go-ipfs/exchange/offline"
"github.com/ipfs/go-ipfs/exchange/offline"
dag
"github.com/ipfs/go-ipfs/merkledag"
dag
"github.com/ipfs/go-ipfs/merkledag"
ds
"gx/ipfs/Qm
PpegoMqhAEqjncrzArm7KVWAkCm78rqL2DPuNjhPrshg
/go-datastore"
ds
"gx/ipfs/Qm
XRKBQA4wXP7xWbFiZsR1GP4HV6wMDQ1aWFxZZ4uBcPX9
/go-datastore"
dssync
"gx/ipfs/Qm
PpegoMqhAEqjncrzArm7KVWAkCm78rqL2DPuNjhPrshg
/go-datastore/sync"
dssync
"gx/ipfs/Qm
XRKBQA4wXP7xWbFiZsR1GP4HV6wMDQ1aWFxZZ4uBcPX9
/go-datastore/sync"
blockstore
"gx/ipfs/Qm
TVDM4LCSUMFNQzbDLL9zQwp8usE6QHymFdh3h8vL9v6b
/go-ipfs-blockstore"
blockstore
"gx/ipfs/Qm
aG4DZ4JaqEfvPWt5nPPgoTzhc1tr1T3f4Nu9Jpdm8ymY
/go-ipfs-blockstore"
ipld
"gx/ipfs/Qme5bWv7wtjUNGsK2BNGVUFPKiuxWrsqrtvYwCLRw8YFES/go-ipld-format"
ipld
"gx/ipfs/Qme5bWv7wtjUNGsK2BNGVUFPKiuxWrsqrtvYwCLRw8YFES/go-ipld-format"
)
)
...
...
utils/utils.go
View file @
5044152b
...
@@ -9,9 +9,9 @@ import (
...
@@ -9,9 +9,9 @@ import (
dag
"github.com/ipfs/go-ipfs/merkledag"
dag
"github.com/ipfs/go-ipfs/merkledag"
path
"github.com/ipfs/go-ipfs/path"
path
"github.com/ipfs/go-ipfs/path"
ds
"gx/ipfs/Qm
PpegoMqhAEqjncrzArm7KVWAkCm78rqL2DPuNjhPrshg
/go-datastore"
ds
"gx/ipfs/Qm
XRKBQA4wXP7xWbFiZsR1GP4HV6wMDQ1aWFxZZ4uBcPX9
/go-datastore"
syncds
"gx/ipfs/Qm
PpegoMqhAEqjncrzArm7KVWAkCm78rqL2DPuNjhPrshg
/go-datastore/sync"
syncds
"gx/ipfs/Qm
XRKBQA4wXP7xWbFiZsR1GP4HV6wMDQ1aWFxZZ4uBcPX9
/go-datastore/sync"
bstore
"gx/ipfs/Qm
TVDM4LCSUMFNQzbDLL9zQwp8usE6QHymFdh3h8vL9v6b
/go-ipfs-blockstore"
bstore
"gx/ipfs/Qm
aG4DZ4JaqEfvPWt5nPPgoTzhc1tr1T3f4Nu9Jpdm8ymY
/go-ipfs-blockstore"
ipld
"gx/ipfs/Qme5bWv7wtjUNGsK2BNGVUFPKiuxWrsqrtvYwCLRw8YFES/go-ipld-format"
ipld
"gx/ipfs/Qme5bWv7wtjUNGsK2BNGVUFPKiuxWrsqrtvYwCLRw8YFES/go-ipld-format"
)
)
...
...
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