Skip to content

Commit

Permalink
Merge pull request #1 from libp2p/feat/move-to-libp2p
Browse files Browse the repository at this point in the history
move code to libp2p repo
  • Loading branch information
whyrusleeping authored Sep 13, 2016
2 parents ac28933 + a16546a commit 4a45077
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install: true

script:
- make deps
- go vet
- go test ./...

cache:
Expand Down
2 changes: 1 addition & 1 deletion comm.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion floodsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down

0 comments on commit 4a45077

Please sign in to comment.