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
f9bf69ed
Commit
f9bf69ed
authored
Aug 23, 2017
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx: update go-reuseport
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
dda5a61f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
bitswap_test.go
bitswap_test.go
+1
-1
testnet/peernet.go
testnet/peernet.go
+1
-1
testutils.go
testutils.go
+1
-1
No files found.
bitswap_test.go
View file @
f9bf69ed
...
...
@@ -20,7 +20,7 @@ import (
detectrace
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-detect-race"
cid
"gx/ipfs/QmTprEaAA2A9bst5XH7exuyi5KzNMK3SEDNN8rBDnKWcUS/go-cid"
p2ptestutil
"gx/ipfs/Qm
ZG4W8GR9FpC4z69Vab9ENtEoxKjDnTym5oa7Q3Yr7P4o
/go-libp2p-netutil"
p2ptestutil
"gx/ipfs/Qm
YdcTdkuCvFXLj2uejJF5aY3HWhtd8JLT4BjPxF9BNPYf
/go-libp2p-netutil"
tu
"gx/ipfs/QmZJD56ZWLViJAVkvLc7xbbDerHzUMLr2X4fLRYfbxZWDN/go-testutil"
)
...
...
testnet/peernet.go
View file @
f9bf69ed
...
...
@@ -6,8 +6,8 @@ import (
mockrouting
"github.com/ipfs/go-ipfs/routing/mock"
ds
"gx/ipfs/QmVSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG/go-datastore"
peer
"gx/ipfs/QmXYjuNuxVzXKJCfWasQk1RqkhVLDM9jtUKhqc2WPQmFSB/go-libp2p-peer"
mockpeernet
"gx/ipfs/QmXZ6XetFwaDNmszPCux9DaKqMykEJGDtWHSqprn94UXzM/go-libp2p/p2p/net/mock"
testutil
"gx/ipfs/QmZJD56ZWLViJAVkvLc7xbbDerHzUMLr2X4fLRYfbxZWDN/go-testutil"
mockpeernet
"gx/ipfs/QmZyngpQxUGyx1T2bzEcst6YzERkvVwDzBMbsSQF4f1smE/go-libp2p/p2p/net/mock"
)
type
peernet
struct
{
...
...
testutils.go
View file @
f9bf69ed
...
...
@@ -13,7 +13,7 @@ import (
ds
"gx/ipfs/QmVSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG/go-datastore"
ds_sync
"gx/ipfs/QmVSase1JP7cq9QkPT46oNwdp9pT6kBkG3oqS14y3QcZjG/go-datastore/sync"
peer
"gx/ipfs/QmXYjuNuxVzXKJCfWasQk1RqkhVLDM9jtUKhqc2WPQmFSB/go-libp2p-peer"
p2ptestutil
"gx/ipfs/Qm
ZG4W8GR9FpC4z69Vab9ENtEoxKjDnTym5oa7Q3Yr7P4o
/go-libp2p-netutil"
p2ptestutil
"gx/ipfs/Qm
YdcTdkuCvFXLj2uejJF5aY3HWhtd8JLT4BjPxF9BNPYf
/go-libp2p-netutil"
)
// WARNING: this uses RandTestBogusIdentity DO NOT USE for NON TESTS!
...
...
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