Commit 31557da8 authored by Jeromy's avatar Jeromy
Browse files

fix multistream import paths

parent 848cd336
...@@ -17,8 +17,7 @@ import ( ...@@ -17,8 +17,7 @@ import (
pstore "github.com/libp2p/go-libp2p-peerstore" pstore "github.com/libp2p/go-libp2p-peerstore"
protocol "github.com/libp2p/go-libp2p-protocol" protocol "github.com/libp2p/go-libp2p-protocol"
ma "github.com/multiformats/go-multiaddr" ma "github.com/multiformats/go-multiaddr"
msmux "github.com/multiformats/go-multistream"
msmux "github.com/whyrusleeping/go-multistream"
) )
var log = logging.Logger("basichost") var log = logging.Logger("basichost")
......
...@@ -14,7 +14,7 @@ import ( ...@@ -14,7 +14,7 @@ import (
pstore "github.com/libp2p/go-libp2p-peerstore" pstore "github.com/libp2p/go-libp2p-peerstore"
protocol "github.com/libp2p/go-libp2p-protocol" protocol "github.com/libp2p/go-libp2p-protocol"
ma "github.com/multiformats/go-multiaddr" ma "github.com/multiformats/go-multiaddr"
msmux "github.com/whyrusleeping/go-multistream" msmux "github.com/multiformats/go-multistream"
) )
var log = logging.Logger("routedhost") var log = logging.Logger("routedhost")
......
...@@ -19,7 +19,7 @@ import ( ...@@ -19,7 +19,7 @@ import (
peer "github.com/libp2p/go-libp2p-peer" peer "github.com/libp2p/go-libp2p-peer"
pstore "github.com/libp2p/go-libp2p-peerstore" pstore "github.com/libp2p/go-libp2p-peerstore"
ma "github.com/multiformats/go-multiaddr" ma "github.com/multiformats/go-multiaddr"
msmux "github.com/whyrusleeping/go-multistream" msmux "github.com/multiformats/go-multistream"
) )
var log = logging.Logger("net/identify") var log = logging.Logger("net/identify")
......
...@@ -12,7 +12,7 @@ import ( ...@@ -12,7 +12,7 @@ import (
inet "github.com/libp2p/go-libp2p-net" inet "github.com/libp2p/go-libp2p-net"
testutil "github.com/libp2p/go-libp2p-netutil" testutil "github.com/libp2p/go-libp2p-netutil"
protocol "github.com/libp2p/go-libp2p-protocol" 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") var log = logging.Logger("relay_test")
......
...@@ -211,15 +211,15 @@ ...@@ -211,15 +211,15 @@
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "Qmb55YjV8z4PNChVKZM5rehSFLtgDURmDZ8d3DdkvBBZR1", "hash": "QmNs7ZGmoV888a8aNysuNorScVv3vQVHS9wfut1E4Y1PQ1",
"name": "go-libp2p-host", "name": "go-libp2p-host",
"version": "1.3.4" "version": "1.3.6"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmfSEkiXoCxTkRajpiHiyruDGSGpX9n6NivdFQJWBGVCQM", "hash": "QmTGpHWXefaMcPzmEJnh9qgUHyMbJ8jye4EhNhhXguGyVe",
"name": "go-libp2p-swarm", "name": "go-libp2p-swarm",
"version": "1.6.4" "version": "1.6.5"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
...@@ -229,15 +229,15 @@ ...@@ -229,15 +229,15 @@
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmUcaGGriHNMtx7udfjUFQ7yDVq8zopYRDey5Lj68z5DZQ", "hash": "QmVmNjPdCCbt1We7p4oLLeBJ9vRLcis3KPVfKvfTfqrFXh",
"name": "go-libp2p-netutil", "name": "go-libp2p-netutil",
"version": "0.2.4" "version": "0.2.5"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmRg8JoySAwWunyjZwwo8fbm5ysw3vv3ggSHcmw8KXzk6f", "hash": "QmYKFZpK6c6NvjnGG7NdCvYbbgMV5yr7HgYLYnnkrepNPF",
"name": "go-libp2p-blankhost", "name": "go-libp2p-blankhost",
"version": "0.1.4" "version": "0.1.5"
} }
], ],
"gxVersion": "0.4.0", "gxVersion": "0.4.0",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment