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
592a5281
Commit
592a5281
authored
Jun 11, 2016
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove go-datastore from Godeps
License: MIT Signed-off-by:
Jakub Sztandera
<
kubuxu@protonmail.ch
>
parent
00c67f6e
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 @
592a5281
...
...
@@ -10,8 +10,8 @@ import (
"sync"
"testing"
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"
ds
"github.com/ipfs/go-datastore"
dssync
"github.com/ipfs/go-datastore/sync"
bstore
"github.com/ipfs/go-ipfs/blocks/blockstore"
key
"github.com/ipfs/go-ipfs/blocks/key"
bserv
"github.com/ipfs/go-ipfs/blockservice"
...
...
test/utils.go
View file @
592a5281
package
mdutils
import
(
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"
ds
"github.com/ipfs/go-datastore"
dssync
"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 @
592a5281
...
...
@@ -3,8 +3,8 @@ package dagutils
import
(
"errors"
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"
ds
"github.com/ipfs/go-datastore"
syncds
"github.com/ipfs/go-datastore/sync"
context
"gx/ipfs/QmZy2y8t9zQH2a1b8q2ZSLKp17ATuJoCNxxyMFG5qFExpt/go-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