@cryptotaxi247 / kubo / commits / 7beb8be67

go-ipfs-config: update utp and cleanup more godeps along the way

License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>

Jeromy committed Mar 29, 2016 at 19:18 UTC 7beb8be675148bfe9a2c0619fda44b8924050c8e
2 files changed +3 -3
config/identity.go
+1 -1
@@ -2,7 +2,7 @@ package config
2
3 import (
4 "encoding/base64"
5 - ic "gx/ipfs/QmNefBbWHR9JEiP3KDVqZsBLQVRmH3GBG2D2Ke24SsFqfW/go-libp2p/p2p/crypto"
5 + ic "gx/ipfs/QmSN2ELGRp4T9kjqiSsSNJRUeR9JKXzQEgwe1HH3tdSGbC/go-libp2p/p2p/crypto"
6 )
7
8 // Identity tracks the configuration of the local node's identity.
config/init.go
+2 -2
@@ -6,8 +6,8 @@ import (
6 "fmt"
7 "io"
8
9 - ci "gx/ipfs/QmNefBbWHR9JEiP3KDVqZsBLQVRmH3GBG2D2Ke24SsFqfW/go-libp2p/p2p/crypto"
10 - peer "gx/ipfs/QmNefBbWHR9JEiP3KDVqZsBLQVRmH3GBG2D2Ke24SsFqfW/go-libp2p/p2p/peer"
9 + ci "gx/ipfs/QmSN2ELGRp4T9kjqiSsSNJRUeR9JKXzQEgwe1HH3tdSGbC/go-libp2p/p2p/crypto"
10 + peer "gx/ipfs/QmSN2ELGRp4T9kjqiSsSNJRUeR9JKXzQEgwe1HH3tdSGbC/go-libp2p/p2p/peer"
11 )
12
13 func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {