Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Use post-extraction import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Gierth committed Apr 16, 2016
1 parent 9c9bd2e commit ec5e953
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion al.go
Expand Up @@ -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"
)

Expand Down
4 changes: 2 additions & 2 deletions interface.go
Expand Up @@ -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"
)
Expand Down
6 changes: 3 additions & 3 deletions protocol.go
Expand Up @@ -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"
Expand Down

0 comments on commit ec5e953

Please sign in to comment.