Merge pull request #1 from libp2p/feat/move-to-libp2p

move code to libp2p repo
This commit is contained in:
Jeromy Johnson 2016-09-13 10:26:24 -04:00 committed by GitHub
commit 4a45077e91
4 changed files with 5 additions and 4 deletions

View File

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

View File

@ -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"

View File

@ -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"

View File

@ -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": [
{