Merge pull request #8 from libp2p/feat/update-deps

Feat/update deps
This commit is contained in:
Jeromy Johnson 2016-10-05 13:09:58 -07:00 committed by GitHub
commit 9b66847dd6
6 changed files with 19 additions and 13 deletions

View File

@ -1 +1 @@
0.6.2: QmaUewj1HPiCX5mjNHmevQiNWr4eeAn7HBfHcGVbRyafdo 0.7.0: QmTgcWwxttM74AY7UYA6qMP9WpzfBEjbZntx7ZWLttRMJJ

View File

@ -9,7 +9,7 @@ import (
ggio "github.com/gogo/protobuf/io" ggio "github.com/gogo/protobuf/io"
proto "github.com/gogo/protobuf/proto" 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 // 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" pb "github.com/libp2p/go-floodsub/pb"
proto "github.com/gogo/protobuf/proto" proto "github.com/gogo/protobuf/proto"
peer "github.com/ipfs/go-libp2p-peer"
logging "github.com/ipfs/go-log" logging "github.com/ipfs/go-log"
host "github.com/libp2p/go-libp2p/p2p/host" host "github.com/libp2p/go-libp2p-host"
inet "github.com/libp2p/go-libp2p/p2p/net" inet "github.com/libp2p/go-libp2p-net"
protocol "github.com/libp2p/go-libp2p/p2p/protocol" peer "github.com/libp2p/go-libp2p-peer"
protocol "github.com/libp2p/go-libp2p-protocol"
timecache "github.com/whyrusleeping/timecache" timecache "github.com/whyrusleeping/timecache"
) )

View File

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

View File

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

View File

@ -9,9 +9,9 @@
"gxDependencies": [ "gxDependencies": [
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"hash": "QmbiRCGZqhfcSjnm9icGz3oNQQdPLAnLWnKHXixaEWXVCN", "hash": "QmcRa2qn6iCmap9bjp8jAwkvYAq13AUfxdY3rrYiaJbLum",
"name": "go-libp2p", "name": "go-libp2p",
"version": "3.5.4" "version": "4.0.1"
}, },
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
@ -24,6 +24,12 @@
"hash": "QmYftoT56eEfUBTD3erR6heXuPSUhGRezSmhSU8LeczP8b", "hash": "QmYftoT56eEfUBTD3erR6heXuPSUhGRezSmhSU8LeczP8b",
"name": "timecache", "name": "timecache",
"version": "1.0.0" "version": "1.0.0"
},
{
"author": "whyrusleeping",
"hash": "QmdML3R42PRSwnt46jSuEts9bHSqLctVYEjJqMR3UYV8ki",
"name": "go-libp2p-host",
"version": "1.1.0"
} }
], ],
"gxVersion": "0.9.0", "gxVersion": "0.9.0",
@ -31,6 +37,6 @@
"license": "", "license": "",
"name": "floodsub", "name": "floodsub",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"", "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.6.2" "version": "0.7.0"
} }