"cpu-specific-build-macros.md.md" did not exist on "e3f6712409c54b03f42869faeff0cf8d8af9245e"
Commit 6297f79d authored by Steven Allen's avatar Steven Allen
Browse files

fix example import

(need to use the canonical repository location for everything to work)
parent 64a07357
......@@ -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"
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment