fix example import
(need to use the canonical repository location for everything to work)
This commit is contained in:
parent
64a0735718
commit
6297f79d77
|
@ -8,10 +8,10 @@ import (
|
|||
|
||||
inet "github.com/libp2p/go-libp2p-net"
|
||||
|
||||
p2p "github.com/avive/go-libp2p/examples/multipro/pb"
|
||||
uuid "github.com/google/uuid"
|
||||
assert "github.com/ipfs/go-ipfs/thirdparty/assert"
|
||||
"github.com/libp2p/go-libp2p-host"
|
||||
p2p "github.com/libp2p/go-libp2p/examples/multipro/pb"
|
||||
protobufCodec "github.com/multiformats/go-multicodec/protobuf"
|
||||
)
|
||||
|
||||
|
|
|
@ -5,12 +5,12 @@ import (
|
|||
"log"
|
||||
"time"
|
||||
|
||||
p2p "github.com/avive/go-libp2p/examples/multipro/pb"
|
||||
"github.com/gogo/protobuf/proto"
|
||||
crypto "github.com/libp2p/go-libp2p-crypto"
|
||||
host "github.com/libp2p/go-libp2p-host"
|
||||
inet "github.com/libp2p/go-libp2p-net"
|
||||
peer "github.com/libp2p/go-libp2p-peer"
|
||||
p2p "github.com/libp2p/go-libp2p/examples/multipro/pb"
|
||||
protobufCodec "github.com/multiformats/go-multicodec/protobuf"
|
||||
)
|
||||
|
||||
|
|
|
@ -6,10 +6,10 @@ import (
|
|||
"fmt"
|
||||
"log"
|
||||
|
||||
p2p "github.com/avive/go-libp2p/examples/multipro/pb"
|
||||
uuid "github.com/google/uuid"
|
||||
"github.com/libp2p/go-libp2p-host"
|
||||
inet "github.com/libp2p/go-libp2p-net"
|
||||
p2p "github.com/libp2p/go-libp2p/examples/multipro/pb"
|
||||
protobufCodec "github.com/multiformats/go-multicodec/protobuf"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue