mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-03 05:13:07 +00:00
commit
9b66847dd6
@ -1 +1 @@
|
||||
0.6.2: QmaUewj1HPiCX5mjNHmevQiNWr4eeAn7HBfHcGVbRyafdo
|
||||
0.7.0: QmTgcWwxttM74AY7UYA6qMP9WpzfBEjbZntx7ZWLttRMJJ
|
||||
|
||||
2
comm.go
2
comm.go
@ -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
|
||||
|
||||
@ -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"
|
||||
)
|
||||
|
||||
|
||||
@ -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"
|
||||
)
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
12
package.json
12
package.json
@ -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",
|
||||
@ -31,6 +37,6 @@
|
||||
"license": "",
|
||||
"name": "floodsub",
|
||||
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
|
||||
"version": "0.6.2"
|
||||
"version": "0.7.0"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user