Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
31557da8
Commit
31557da8
authored
Jan 10, 2017
by
Jeromy
Browse files
fix multistream import paths
parent
848cd336
Changes
5
Show whitespace changes
Inline
Side-by-side
p2p/host/basic/basic_host.go
View file @
31557da8
...
...
@@ -17,8 +17,7 @@ import (
pstore
"github.com/libp2p/go-libp2p-peerstore"
protocol
"github.com/libp2p/go-libp2p-protocol"
ma
"github.com/multiformats/go-multiaddr"
msmux
"github.com/whyrusleeping/go-multistream"
msmux
"github.com/multiformats/go-multistream"
)
var
log
=
logging
.
Logger
(
"basichost"
)
...
...
p2p/host/routed/routed.go
View file @
31557da8
...
...
@@ -14,7 +14,7 @@ import (
pstore
"github.com/libp2p/go-libp2p-peerstore"
protocol
"github.com/libp2p/go-libp2p-protocol"
ma
"github.com/multiformats/go-multiaddr"
msmux
"github.com/
whyrusleeping
/go-multistream"
msmux
"github.com/
multiformats
/go-multistream"
)
var
log
=
logging
.
Logger
(
"routedhost"
)
...
...
p2p/protocol/identify/id.go
View file @
31557da8
...
...
@@ -19,7 +19,7 @@ import (
peer
"github.com/libp2p/go-libp2p-peer"
pstore
"github.com/libp2p/go-libp2p-peerstore"
ma
"github.com/multiformats/go-multiaddr"
msmux
"github.com/
whyrusleeping
/go-multistream"
msmux
"github.com/
multiformats
/go-multistream"
)
var
log
=
logging
.
Logger
(
"net/identify"
)
...
...
p2p/protocol/relay/relay_test.go
View file @
31557da8
...
...
@@ -12,7 +12,7 @@ import (
inet
"github.com/libp2p/go-libp2p-net"
testutil
"github.com/libp2p/go-libp2p-netutil"
protocol
"github.com/libp2p/go-libp2p-protocol"
msmux
"github.com/
whyrusleeping
/go-multistream"
msmux
"github.com/
multiformats
/go-multistream"
)
var
log
=
logging
.
Logger
(
"relay_test"
)
...
...
package.json
View file @
31557da8
...
...
@@ -211,15 +211,15 @@
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
b55YjV8z4PNChVKZM5rehSFLtgDURmDZ8d3DdkvBBZR
1"
,
"hash"
:
"Qm
Ns7ZGmoV888a8aNysuNorScVv3vQVHS9wfut1E4Y1PQ
1"
,
"name"
:
"go-libp2p-host"
,
"version"
:
"1.3.
4
"
"version"
:
"1.3.
6
"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
fSEkiXoCxTkRajpiHiyruDGSGpX9n6NivdFQJWBGVCQM
"
,
"hash"
:
"Qm
TGpHWXefaMcPzmEJnh9qgUHyMbJ8jye4EhNhhXguGyVe
"
,
"name"
:
"go-libp2p-swarm"
,
"version"
:
"1.6.
4
"
"version"
:
"1.6.
5
"
},
{
"author"
:
"whyrusleeping"
,
...
...
@@ -229,15 +229,15 @@
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
UcaGGriHNMtx7udfjUFQ7yDVq8zopYRDey5Lj68z5DZQ
"
,
"hash"
:
"Qm
VmNjPdCCbt1We7p4oLLeBJ9vRLcis3KPVfKvfTfqrFXh
"
,
"name"
:
"go-libp2p-netutil"
,
"version"
:
"0.2.
4
"
"version"
:
"0.2.
5
"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
Rg8JoySAwWunyjZwwo8fbm5ysw3vv3ggSHcmw8KXzk6f
"
,
"hash"
:
"Qm
YKFZpK6c6NvjnGG7NdCvYbbgMV5yr7HgYLYnnkrepNPF
"
,
"name"
:
"go-libp2p-blankhost"
,
"version"
:
"0.1.
4
"
"version"
:
"0.1.
5
"
}
],
"gxVersion"
:
"0.4.0"
,
...
...
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