@cryptotaxi247 / kubo / commits / 4a5663634

go-ipfs-config: gx update go-log, sys, go-crypto

* go-log * sys * go-crypto License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Jun 8, 2018 at 22:01 UTC 4a566363483e665f356677d52f61d38bc87dd25e
2 files changed +2 -2
config/bootstrap_peers.go
+1 -1
@@ -4,7 +4,7 @@ import (
4 "errors"
5 "fmt"
6
7 - iaddr "gx/ipfs/Qmey6omaMEzs9DiSQWwnPwTCJRn3RE8rWLjfidRrTzUq6t/go-ipfs-addr"
7 + iaddr "gx/ipfs/QmckPUj15AbTcLh6MpDEsQpfVCx34tmP2Xg1aNwLb5fiRF/go-ipfs-addr"
8 )
9
10 // DefaultBootstrapAddresses are the hardcoded bootstrap addresses
config/init.go
+1 -1
@@ -7,7 +7,7 @@ import (
7 "io"
8 "time"
9
10 - peer "gx/ipfs/QmcJukH2sAFjY3HdBKq35WDzWoL3UUu2gt9wdfqZTUyM74/go-libp2p-peer"
10 + peer "gx/ipfs/QmVf8hTAsLLFtn4WPCRNdnaF2Eag2qTBS6uR8AiHPZARXy/go-libp2p-peer"
11 ci "gx/ipfs/Qme1knMqwt1hKZbc1BmQFmnm9f36nyQGwXxPGVpVJ9rMK5/go-libp2p-crypto"
12 )
13