Gx publish 0.1.0

This commit is contained in:
Jeromy 2016-09-10 06:51:14 -07:00
parent 001dc0305b
commit 13a46da42f
5 changed files with 14 additions and 13 deletions

1
.gx/lastpubver Normal file
View File

@ -0,0 +1 @@
0.1.0: QmUvA4goPKAHLrTcePzzCDHqCpqtzdKAVdMPdrdw45Z2FM

View File

@ -8,11 +8,11 @@ import (
"sync" "sync"
"time" "time"
logging "gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log" peer "github.com/ipfs/go-libp2p-peer"
peer "gx/ipfs/QmWtbQU15LaB5B1JC2F7TV9P4K88vD3PpA4AJrwfCjhML8/go-libp2p-peer" logging "github.com/ipfs/go-log"
host "gx/ipfs/Qmf4ETeAWXuThBfWwonVyFqGFSgTWepUDEr1txcctvpTXS/go-libp2p/p2p/host" host "github.com/libp2p/go-libp2p/p2p/host"
inet "gx/ipfs/Qmf4ETeAWXuThBfWwonVyFqGFSgTWepUDEr1txcctvpTXS/go-libp2p/p2p/net" inet "github.com/libp2p/go-libp2p/p2p/net"
protocol "gx/ipfs/Qmf4ETeAWXuThBfWwonVyFqGFSgTWepUDEr1txcctvpTXS/go-libp2p/p2p/protocol" protocol "github.com/libp2p/go-libp2p/p2p/protocol"
) )
const ID = protocol.ID("/floodsub/1.0.0") const ID = protocol.ID("/floodsub/1.0.0")

View File

@ -8,8 +8,8 @@ import (
"testing" "testing"
"time" "time"
host "gx/ipfs/Qmf4ETeAWXuThBfWwonVyFqGFSgTWepUDEr1txcctvpTXS/go-libp2p/p2p/host" host "github.com/libp2p/go-libp2p/p2p/host"
netutil "gx/ipfs/Qmf4ETeAWXuThBfWwonVyFqGFSgTWepUDEr1txcctvpTXS/go-libp2p/p2p/test/util" netutil "github.com/libp2p/go-libp2p/p2p/test/util"
) )
func getNetHosts(t *testing.T, n int) []host.Host { func getNetHosts(t *testing.T, n int) []host.Host {

View File

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

View File

@ -1,10 +1,10 @@
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"bugs": { "bugs": {
"url": "https://github.com/whyrusleeping/dumbsub" "url": "https://github.com/whyrusleeping/go-floodsub"
}, },
"gx": { "gx": {
"dvcsimport": "github.com/whyrusleeping/dumbsub" "dvcsimport": "github.com/whyrusleeping/go-floodsub"
}, },
"gxDependencies": [ "gxDependencies": [
{ {
@ -17,6 +17,6 @@
"gxVersion": "0.9.0", "gxVersion": "0.9.0",
"language": "go", "language": "go",
"license": "", "license": "",
"name": "dumbsub", "name": "floodsub",
"version": "0.0.0" "version": "0.1.0"
} }