mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-07 15:23:08 +00:00
move code to libp2p repo
This commit is contained in:
parent
ac28933eb1
commit
a16546a7ee
@ -11,6 +11,7 @@ install: true
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- make deps
|
- make deps
|
||||||
|
- go vet
|
||||||
- go test ./...
|
- go test ./...
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
|||||||
2
comm.go
2
comm.go
@ -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"
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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": [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user