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
3e9025f6
Commit
3e9025f6
authored
Jan 02, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vendor in new go-datastore
License: MIT Signed-off-by:
Jeromy
<
jeromyj@gmail.com
>
parent
36c9cf5b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
merkledag_test.go
merkledag_test.go
+2
-2
test/utils.go
test/utils.go
+2
-2
utils/utils.go
utils/utils.go
+2
-2
No files found.
merkledag_test.go
View file @
3e9025f6
...
...
@@ -10,8 +10,8 @@ import (
"sync"
"testing"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore"
dssync
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore/sync"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore"
dssync
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore/sync"
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
bstore
"github.com/ipfs/go-ipfs/blocks/blockstore"
key
"github.com/ipfs/go-ipfs/blocks/key"
...
...
test/utils.go
View file @
3e9025f6
package
mdutils
import
(
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore"
dssync
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore/sync"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore"
dssync
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore/sync"
"github.com/ipfs/go-ipfs/blocks/blockstore"
bsrv
"github.com/ipfs/go-ipfs/blockservice"
"github.com/ipfs/go-ipfs/exchange/offline"
...
...
utils/utils.go
View file @
3e9025f6
...
...
@@ -3,8 +3,8 @@ package dagutils
import
(
"errors"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore"
syncds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore/sync"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore"
syncds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore/sync"
context
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
bstore
"github.com/ipfs/go-ipfs/blocks/blockstore"
...
...
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