1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-05-31 15:31:09 +08:00

update go-ipfs-cmds yet again

License: MIT
Signed-off-by: keks <keks@cryptoscope.co>
This commit is contained in:
keks
2017-12-20 11:36:41 +01:00
committed by Jeromy
parent b23c3295e6
commit 7b1963906b
29 changed files with 32 additions and 32 deletions

View File

@ -14,7 +14,7 @@ import (
lgc "github.com/ipfs/go-ipfs/commands/legacy"
"gx/ipfs/QmSRaAPPNxyhnXeDa5NXtZ2CWBYJ6BRWNQp6gKxhPcoqDM/go-ipfs-cmdkit"
logging "gx/ipfs/QmSpJByNKFX1sCsHBEp3R73FL4NF6FnQTEGyNAXHm2GS52/go-log"
"gx/ipfs/QmYEkjf6AXPMZgqoNUfDa7AYT6wPyNYnXnV4iPusGtusUt/go-ipfs-cmds"
"gx/ipfs/QmUjA7onJjYmZ2TivD83MeCfXf5o1U4ByVJWPjRru5NA4t/go-ipfs-cmds"
)
var log = logging.Logger("core/commands")