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