Merge pull request #1 from libp2p/feat/move-to-libp2p
move code to libp2p repo
This commit is contained in:
commit
4a45077e91
@ -11,6 +11,7 @@ install: true
|
||||
|
||||
script:
|
||||
- make deps
|
||||
- go vet
|
||||
- go test ./...
|
||||
|
||||
cache:
|
||||
|
2
comm.go
2
comm.go
@ -5,7 +5,7 @@ import (
|
||||
"context"
|
||||
"io"
|
||||
|
||||
pb "github.com/whyrusleeping/go-floodsub/pb"
|
||||
pb "github.com/libp2p/go-floodsub/pb"
|
||||
|
||||
ggio "github.com/gogo/protobuf/io"
|
||||
proto "github.com/gogo/protobuf/proto"
|
||||
|
@ -6,7 +6,7 @@ import (
|
||||
"fmt"
|
||||
"time"
|
||||
|
||||
pb "github.com/whyrusleeping/go-floodsub/pb"
|
||||
pb "github.com/libp2p/go-floodsub/pb"
|
||||
|
||||
proto "github.com/gogo/protobuf/proto"
|
||||
peer "github.com/ipfs/go-libp2p-peer"
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"author": "whyrusleeping",
|
||||
"bugs": {
|
||||
"url": "https://github.com/whyrusleeping/go-floodsub"
|
||||
"url": "https://github.com/libp2p/go-floodsub"
|
||||
},
|
||||
"gx": {
|
||||
"dvcsimport": "github.com/whyrusleeping/go-floodsub"
|
||||
"dvcsimport": "github.com/libp2p/go-floodsub"
|
||||
},
|
||||
"gxDependencies": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user