1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-10-15 10:45:39 +08:00

update cmds to 2.0.0-rc1

License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
This commit is contained in:
keks
2018-09-17 16:12:10 +02:00
committed by Steven Allen
parent d14021da98
commit f4b32e36f4
37 changed files with 41 additions and 41 deletions

View File

@ -15,7 +15,7 @@ import (
logging "gx/ipfs/QmRREK2CAZ5Re2Bd9zZFG6FeYDppUWt5cMgsoUEp3ktgSr/go-log"
"gx/ipfs/QmSP88ryZkHSRn1fnngAaV2Vcn63WUJzAavnRM9CVdU1Ky/go-ipfs-cmdkit"
"gx/ipfs/QmSwR1QndLsdnw2mpW2rrywoCUPeY7o8UxtK1dLpPCNFGD/go-ipfs-cmds"
"gx/ipfs/QmdsFzGmSLMQQaaPhcgGkpDjPocqBWLFA829u6iMv5huPw/go-ipfs-cmds"
)
var log = logging.Logger("core/commands")