mirror of
https://github.com/ipfs/kubo.git
synced 2025-10-18 20:24:30 +08:00
transitioned ipfs2 -> ipfs
This commit is contained in:
@ -10,8 +10,8 @@ import (
|
||||
cmds "github.com/jbenet/go-ipfs/commands"
|
||||
cmdsHttp "github.com/jbenet/go-ipfs/commands/http"
|
||||
core "github.com/jbenet/go-ipfs/core"
|
||||
commands "github.com/jbenet/go-ipfs/core/commands2"
|
||||
daemon "github.com/jbenet/go-ipfs/daemon2"
|
||||
commands "github.com/jbenet/go-ipfs/core/commands"
|
||||
daemon "github.com/jbenet/go-ipfs/core/daemon"
|
||||
util "github.com/jbenet/go-ipfs/util"
|
||||
"github.com/jbenet/go-ipfs/util/debugerror"
|
||||
)
|
@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
|
||||
cmds "github.com/jbenet/go-ipfs/commands"
|
||||
commands "github.com/jbenet/go-ipfs/core/commands2"
|
||||
commands "github.com/jbenet/go-ipfs/core/commands"
|
||||
)
|
||||
|
||||
// This is the CLI root, used for executing commands accessible to CLI clients.
|
@ -19,7 +19,7 @@ import (
|
||||
cmdsHttp "github.com/jbenet/go-ipfs/commands/http"
|
||||
config "github.com/jbenet/go-ipfs/config"
|
||||
core "github.com/jbenet/go-ipfs/core"
|
||||
daemon "github.com/jbenet/go-ipfs/daemon2"
|
||||
daemon "github.com/jbenet/go-ipfs/core/daemon"
|
||||
updates "github.com/jbenet/go-ipfs/updates"
|
||||
u "github.com/jbenet/go-ipfs/util"
|
||||
"github.com/jbenet/go-ipfs/util/debugerror"
|
Reference in New Issue
Block a user