move code to libp2p repo

This commit is contained in:
Jeromy 2016-09-12 19:59:24 -07:00
parent ac28933eb1
commit a16546a7ee
4 changed files with 5 additions and 4 deletions

View File

@ -11,6 +11,7 @@ install: true
script: script:
- make deps - make deps
- go vet
- go test ./... - go test ./...
cache: cache:

View File

@ -5,7 +5,7 @@ import (
"context" "context"
"io" "io"
pb "github.com/whyrusleeping/go-floodsub/pb" pb "github.com/libp2p/go-floodsub/pb"
ggio "github.com/gogo/protobuf/io" ggio "github.com/gogo/protobuf/io"
proto "github.com/gogo/protobuf/proto" proto "github.com/gogo/protobuf/proto"

View File

@ -6,7 +6,7 @@ import (
"fmt" "fmt"
"time" "time"
pb "github.com/whyrusleeping/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" peer "github.com/ipfs/go-libp2p-peer"

View File

@ -1,10 +1,10 @@
{ {
"author": "whyrusleeping", "author": "whyrusleeping",
"bugs": { "bugs": {
"url": "https://github.com/whyrusleeping/go-floodsub" "url": "https://github.com/libp2p/go-floodsub"
}, },
"gx": { "gx": {
"dvcsimport": "github.com/whyrusleeping/go-floodsub" "dvcsimport": "github.com/libp2p/go-floodsub"
}, },
"gxDependencies": [ "gxDependencies": [
{ {