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-blockstore
Commits
a2b4f8b1
Commit
a2b4f8b1
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
05437d56
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
blockstore.go
blockstore.go
+3
-3
blockstore_test.go
blockstore_test.go
+3
-3
write_cache_test.go
write_cache_test.go
+3
-3
No files found.
blockstore.go
View file @
a2b4f8b1
...
...
@@ -7,9 +7,9 @@ import (
"sync"
"sync/atomic"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore"
dsns
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore/namespace"
dsq
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore/query"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore"
dsns
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore/namespace"
dsq
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore/query"
mh
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multihash"
context
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
blocks
"github.com/ipfs/go-ipfs/blocks"
...
...
blockstore_test.go
View file @
a2b4f8b1
...
...
@@ -5,9 +5,9 @@ import (
"fmt"
"testing"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore"
dsq
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore/query"
ds_sync
"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"
dsq
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore/query"
ds_sync
"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"
blocks
"github.com/ipfs/go-ipfs/blocks"
...
...
write_cache_test.go
View file @
a2b4f8b1
...
...
@@ -3,9 +3,9 @@ package blockstore
import
(
"testing"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore"
dsq
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore/query"
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"
dsq
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore/query"
syncds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore/sync"
"github.com/ipfs/go-ipfs/blocks"
)
...
...
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