Commit ec5e9537 authored by Lars Gierth's avatar Lars Gierth

Use post-extraction import paths

parent 9c9bd2eb
......@@ -13,7 +13,7 @@ import (
"crypto/sha512"
"hash"
ci "github.com/ipfs/go-libp2p/p2p/crypto"
ci "github.com/ipfs/go-libp2p-crypto"
bfish "golang.org/x/crypto/blowfish"
)
......
......@@ -4,9 +4,9 @@ package secio
import (
"io"
ci "github.com/ipfs/go-libp2p/p2p/crypto"
ci "github.com/ipfs/go-libp2p-crypto"
peer "github.com/ipfs/go-libp2p/p2p/peer"
peer "github.com/ipfs/go-libp2p-peer"
msgio "github.com/jbenet/go-msgio"
context "golang.org/x/net/context"
)
......
......@@ -10,9 +10,9 @@ import (
"time"
u "github.com/ipfs/go-ipfs-util"
ci "github.com/ipfs/go-libp2p/p2p/crypto"
pb "github.com/ipfs/go-libp2p/p2p/crypto/secio/pb"
peer "github.com/ipfs/go-libp2p/p2p/peer"
ci "github.com/ipfs/go-libp2p-crypto"
peer "github.com/ipfs/go-libp2p-peer"
pb "github.com/ipfs/go-libp2p-secio/pb"
logging "github.com/ipfs/go-log"
msgio "github.com/jbenet/go-msgio"
context "golang.org/x/net/context"
......
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