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
46a39ed0
Commit
46a39ed0
authored
Nov 03, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update go-libp2p
License: MIT Signed-off-by:
Jeromy
<
why@ipfs.io
>
parent
e5d5b406
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
bitswap_test.go
bitswap_test.go
+1
-1
message/message.go
message/message.go
+1
-1
network/ipfs_impl.go
network/ipfs_impl.go
+2
-2
testnet/peernet.go
testnet/peernet.go
+1
-1
testutils.go
testutils.go
+1
-1
No files found.
bitswap_test.go
View file @
46a39ed0
...
...
@@ -16,7 +16,7 @@ import (
travis
"github.com/ipfs/go-ipfs/thirdparty/testutil/ci/travis"
detectrace
"github.com/ipfs/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-detect-race"
p2ptestutil
"gx/ipfs/Qm
Q7iWUfqrLEoJwsoNdrZu4625bKyhZCi4Sh6MfjywEfbG
/go-libp2p/p2p/test/util"
p2ptestutil
"gx/ipfs/Qm
VN76ekoYakYa8WVDwhkUsnjt2MYuFpQs1uuU57T5KMD8
/go-libp2p/p2p/test/util"
cid
"gx/ipfs/QmXfiyr2RWEXpVDdaYnD2HNiBk6UBddsvEP4RPfXb6nGqY/go-cid"
)
...
...
message/message.go
View file @
46a39ed0
...
...
@@ -11,7 +11,7 @@ import (
cid
"gx/ipfs/QmXfiyr2RWEXpVDdaYnD2HNiBk6UBddsvEP4RPfXb6nGqY/go-cid"
ggio
"gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/io"
proto
"gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/proto"
inet
"gx/ipfs/Qmd
XimY9QHaasZmw6hWojWnCJvfgxETjZQfg9g6ZrA9wMX
/go-libp2p-net"
inet
"gx/ipfs/Qmd
ysBu77i3YaagNtMAjiCJdeWWvds18ho5XEB784guQ41
/go-libp2p-net"
)
// TODO move message.go into the bitswap package
...
...
network/ipfs_impl.go
View file @
46a39ed0
...
...
@@ -10,11 +10,11 @@ import (
routing
"gx/ipfs/QmQKEgGgYCDyk8VNY6A65FpuE4YwbspvjXHco1rdb75PVc/go-libp2p-routing"
logging
"gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
ma
"gx/ipfs/QmUAQaWbKxGCUTuoQVvvicbQNZ9APF5pDGWyAZSe93AtKH/go-multiaddr"
host
"gx/ipfs/QmWf338UyG5DKyemvoFiomDPtkVNHLsw3GAt9XXHX5ZtsM/go-libp2p-host"
pstore
"gx/ipfs/QmXXCcQ7CLg5a81Ui9TTR35QcR4y7ZyihxwfjqaHfUVcVo/go-libp2p-peerstore"
cid
"gx/ipfs/QmXfiyr2RWEXpVDdaYnD2HNiBk6UBddsvEP4RPfXb6nGqY/go-cid"
ggio
"gx/ipfs/QmZ4Qi3GaRbjcx28Sme5eMH7RQjGkt8wHxt2a65oLaeFEV/gogo-protobuf/io"
host
"gx/ipfs/QmdML3R42PRSwnt46jSuEts9bHSqLctVYEjJqMR3UYV8ki/go-libp2p-host"
inet
"gx/ipfs/QmdXimY9QHaasZmw6hWojWnCJvfgxETjZQfg9g6ZrA9wMX/go-libp2p-net"
inet
"gx/ipfs/QmdysBu77i3YaagNtMAjiCJdeWWvds18ho5XEB784guQ41/go-libp2p-net"
peer
"gx/ipfs/QmfMmLGoKzCHDN7cGgk64PJr4iipzidDRME8HABSJqvmhC/go-libp2p-peer"
)
...
...
testnet/peernet.go
View file @
46a39ed0
...
...
@@ -5,7 +5,7 @@ import (
bsnet
"github.com/ipfs/go-ipfs/exchange/bitswap/network"
mockrouting
"github.com/ipfs/go-ipfs/routing/mock"
testutil
"github.com/ipfs/go-ipfs/thirdparty/testutil"
mockpeernet
"gx/ipfs/Qm
Q7iWUfqrLEoJwsoNdrZu4625bKyhZCi4Sh6MfjywEfbG
/go-libp2p/p2p/net/mock"
mockpeernet
"gx/ipfs/Qm
VN76ekoYakYa8WVDwhkUsnjt2MYuFpQs1uuU57T5KMD8
/go-libp2p/p2p/net/mock"
ds
"gx/ipfs/QmbzuUusHqaLLoNTDEVLcSF6vZDHZDLPC7p4bztRvvkXxU/go-datastore"
peer
"gx/ipfs/QmfMmLGoKzCHDN7cGgk64PJr4iipzidDRME8HABSJqvmhC/go-libp2p-peer"
)
...
...
testutils.go
View file @
46a39ed0
...
...
@@ -9,7 +9,7 @@ import (
datastore2
"github.com/ipfs/go-ipfs/thirdparty/datastore2"
delay
"github.com/ipfs/go-ipfs/thirdparty/delay"
testutil
"github.com/ipfs/go-ipfs/thirdparty/testutil"
p2ptestutil
"gx/ipfs/Qm
Q7iWUfqrLEoJwsoNdrZu4625bKyhZCi4Sh6MfjywEfbG
/go-libp2p/p2p/test/util"
p2ptestutil
"gx/ipfs/Qm
VN76ekoYakYa8WVDwhkUsnjt2MYuFpQs1uuU57T5KMD8
/go-libp2p/p2p/test/util"
ds
"gx/ipfs/QmbzuUusHqaLLoNTDEVLcSF6vZDHZDLPC7p4bztRvvkXxU/go-datastore"
ds_sync
"gx/ipfs/QmbzuUusHqaLLoNTDEVLcSF6vZDHZDLPC7p4bztRvvkXxU/go-datastore/sync"
peer
"gx/ipfs/QmfMmLGoKzCHDN7cGgk64PJr4iipzidDRME8HABSJqvmhC/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