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
3bfa0385
Commit
3bfa0385
authored
Jul 03, 2017
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update go-datastore to 1.2.1
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
1c2171f7
Changes
3
Hide 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 @
3bfa0385
...
...
@@ -12,8 +12,8 @@ import (
blockstore
"github.com/ipfs/go-ipfs/blocks/blockstore"
message
"github.com/ipfs/go-ipfs/exchange/bitswap/message"
testutil
"github.com/ipfs/go-ipfs/thirdparty/testutil"
ds
"gx/ipfs/Qm
RWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364
/go-datastore"
dssync
"gx/ipfs/Qm
RWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364
/go-datastore/sync"
ds
"gx/ipfs/Qm
SiN66ybp5udnQnvhb6euiWiiQWdGvwMhAWa95cC1DTCV
/go-datastore"
dssync
"gx/ipfs/Qm
SiN66ybp5udnQnvhb6euiWiiQWdGvwMhAWa95cC1DTCV
/go-datastore/sync"
blocks
"gx/ipfs/QmbJUay5h1HtzhJb5QQk2t26yCnJksHynvhcqp18utBPqG/go-block-format"
peer
"gx/ipfs/QmdS9KpbDyPrieswibZhkod1oXqRwZJrUPzxCofAMWpFGq/go-libp2p-peer"
)
...
...
testnet/peernet.go
View file @
3bfa0385
...
...
@@ -6,7 +6,7 @@ import (
mockrouting
"github.com/ipfs/go-ipfs/routing/mock"
testutil
"github.com/ipfs/go-ipfs/thirdparty/testutil"
mockpeernet
"gx/ipfs/QmQA5mdxru8Bh6dpC9PJfSkumqnmHgJX7knxSgBo5Lpime/go-libp2p/p2p/net/mock"
ds
"gx/ipfs/Qm
RWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364
/go-datastore"
ds
"gx/ipfs/Qm
SiN66ybp5udnQnvhb6euiWiiQWdGvwMhAWa95cC1DTCV
/go-datastore"
peer
"gx/ipfs/QmdS9KpbDyPrieswibZhkod1oXqRwZJrUPzxCofAMWpFGq/go-libp2p-peer"
)
...
...
testutils.go
View file @
3bfa0385
...
...
@@ -10,8 +10,8 @@ import (
delay
"github.com/ipfs/go-ipfs/thirdparty/delay"
testutil
"github.com/ipfs/go-ipfs/thirdparty/testutil"
ds
"gx/ipfs/Qm
RWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364
/go-datastore"
ds_sync
"gx/ipfs/Qm
RWDav6mzWseLWeYfVd5fvUKiVe9xNH29YfMF438fG364
/go-datastore/sync"
ds
"gx/ipfs/Qm
SiN66ybp5udnQnvhb6euiWiiQWdGvwMhAWa95cC1DTCV
/go-datastore"
ds_sync
"gx/ipfs/Qm
SiN66ybp5udnQnvhb6euiWiiQWdGvwMhAWa95cC1DTCV
/go-datastore/sync"
p2ptestutil
"gx/ipfs/Qma2j8dYePrvN5DoNgwh1uAuu3FFtEtrUQFmr737ws8nCp/go-libp2p-netutil"
peer
"gx/ipfs/QmdS9KpbDyPrieswibZhkod1oXqRwZJrUPzxCofAMWpFGq/go-libp2p-peer"
)
...
...
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