Dependencies: reflect peer and crypto now in own repos

The peer and crypto dependencies have been moved
out of the go-libp2p repo and into their own. The
deps now reflect his.

License: MIT
Signed-off-by: John Kane <john@kanej.me>
This commit is contained in:
John Kane 2016-05-26 13:48:19 +01:00
parent bd6d368149
commit 52911f58d5

View File

@ -5,8 +5,8 @@ import (
"fmt"
"os"
ci "github.com/ipfs/go-libp2p/p2p/crypto"
peer "github.com/ipfs/go-libp2p/p2p/peer"
ci "github.com/ipfs/go-libp2p-crypto"
peer "github.com/ipfs/go-libp2p-peer"
)
func main() {