From a16546a7ee792326dc13f5c37cf78a2ee5b9dfce Mon Sep 17 00:00:00 2001 From: Jeromy Date: Mon, 12 Sep 2016 19:59:24 -0700 Subject: [PATCH] move code to libp2p repo --- .travis.yml | 1 + comm.go | 2 +- floodsub.go | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 26a9b91..8a922b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ install: true script: - make deps + - go vet - go test ./... cache: diff --git a/comm.go b/comm.go index f78d54c..356ecb9 100644 --- a/comm.go +++ b/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" diff --git a/floodsub.go b/floodsub.go index 10d4d15..3e3b7bd 100644 --- a/floodsub.go +++ b/floodsub.go @@ -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" diff --git a/package.json b/package.json index 7d2dc95..fad8f39 100644 --- a/package.json +++ b/package.json @@ -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": [ {