update dependencies

This commit is contained in:
Jeromy 2016-10-05 12:47:20 -07:00
parent 8961e4ef38
commit 90657d5d53
5 changed files with 17 additions and 11 deletions

View File

@ -9,7 +9,7 @@ import (
ggio "github.com/gogo/protobuf/io"
proto "github.com/gogo/protobuf/proto"
inet "github.com/libp2p/go-libp2p/p2p/net"
inet "github.com/libp2p/go-libp2p-net"
)
// get the initial RPC containing all of our subscriptions to send to new peers

View File

@ -9,11 +9,11 @@ import (
pb "github.com/libp2p/go-floodsub/pb"
proto "github.com/gogo/protobuf/proto"
peer "github.com/ipfs/go-libp2p-peer"
logging "github.com/ipfs/go-log"
host "github.com/libp2p/go-libp2p/p2p/host"
inet "github.com/libp2p/go-libp2p/p2p/net"
protocol "github.com/libp2p/go-libp2p/p2p/protocol"
host "github.com/libp2p/go-libp2p-host"
inet "github.com/libp2p/go-libp2p-net"
peer "github.com/libp2p/go-libp2p-peer"
protocol "github.com/libp2p/go-libp2p-protocol"
timecache "github.com/whyrusleeping/timecache"
)

View File

@ -9,8 +9,8 @@ import (
"testing"
"time"
peer "github.com/ipfs/go-libp2p-peer"
host "github.com/libp2p/go-libp2p/p2p/host"
host "github.com/libp2p/go-libp2p-host"
peer "github.com/libp2p/go-libp2p-peer"
netutil "github.com/libp2p/go-libp2p/p2p/test/util"
)

View File

@ -3,8 +3,8 @@ package floodsub
import (
"context"
ma "github.com/jbenet/go-multiaddr"
inet "github.com/libp2p/go-libp2p/p2p/net"
inet "github.com/libp2p/go-libp2p-net"
ma "github.com/multiformats/go-multiaddr"
)
var _ inet.Notifiee = (*PubSubNotif)(nil)

View File

@ -9,9 +9,9 @@
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmbiRCGZqhfcSjnm9icGz3oNQQdPLAnLWnKHXixaEWXVCN",
"hash": "QmcRa2qn6iCmap9bjp8jAwkvYAq13AUfxdY3rrYiaJbLum",
"name": "go-libp2p",
"version": "3.5.4"
"version": "4.0.1"
},
{
"author": "whyrusleeping",
@ -24,6 +24,12 @@
"hash": "QmYftoT56eEfUBTD3erR6heXuPSUhGRezSmhSU8LeczP8b",
"name": "timecache",
"version": "1.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmdML3R42PRSwnt46jSuEts9bHSqLctVYEjJqMR3UYV8ki",
"name": "go-libp2p-host",
"version": "1.1.0"
}
],
"gxVersion": "0.9.0",