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-bitswap
Commits
48d92d8b
Commit
48d92d8b
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
328cd1a8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
decision/engine_test.go
decision/engine_test.go
+2
-2
testnet/peernet.go
testnet/peernet.go
+1
-1
testutils.go
testutils.go
+2
-2
No files found.
decision/engine_test.go
View file @
48d92d8b
...
...
@@ -8,8 +8,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"
context
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
blocks
"github.com/ipfs/go-ipfs/blocks"
blockstore
"github.com/ipfs/go-ipfs/blocks/blockstore"
...
...
testnet/peernet.go
View file @
48d92d8b
package
bitswap
import
(
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
ipfs
/go-datastore"
context
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/golang.org/x/net/context"
bsnet
"github.com/ipfs/go-ipfs/exchange/bitswap/network"
mockpeernet
"github.com/ipfs/go-ipfs/p2p/net/mock"
...
...
testutils.go
View file @
48d92d8b
...
...
@@ -3,8 +3,8 @@ package bitswap
import
(
"time"
ds
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/
jbenet
/go-datastore"
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"
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"
blockstore
"github.com/ipfs/go-ipfs/blocks/blockstore"
tn
"github.com/ipfs/go-ipfs/exchange/bitswap/testnet"
...
...
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