go-ipfs-config: update libp2p with go-multiaddr and go-stream-muxer updates

License: MIT
Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
Jeromy 2016-05-10 16:06:28 -07:00
parent 641003089b
commit b5c55cf2a1

View File

@ -7,7 +7,7 @@ import (
"io"
ci "gx/ipfs/QmUEUu1CM8bxBJxc3ZLojAi8evhTr4byQogWstABet79oY/go-libp2p-crypto"
peer "gx/ipfs/QmZwZjMVGss5rqYsJVGy18gNbkTJffFyq2x1uJ4e4p3ZAt/go-libp2p-peer"
peer "gx/ipfs/QmZpD74pUj6vuxTp1o6LhA3JavC2Bvh9fsWPPVvHnD9sE7/go-libp2p-peer"
)
func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {