mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-10 05:52:20 +08:00
crypto -> p2p/crypto
The crypto package moves into p2p. Nothing in it so far is ipfs specific; everything is p2p-general.
This commit is contained in:
@ -7,8 +7,8 @@ import (
|
||||
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/code.google.com/p/goprotobuf/proto"
|
||||
|
||||
mh "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-multihash"
|
||||
ci "github.com/jbenet/go-ipfs/crypto"
|
||||
pb "github.com/jbenet/go-ipfs/namesys/internal/pb"
|
||||
ci "github.com/jbenet/go-ipfs/p2p/crypto"
|
||||
routing "github.com/jbenet/go-ipfs/routing"
|
||||
u "github.com/jbenet/go-ipfs/util"
|
||||
)
|
||||
|
Reference in New Issue
Block a user