mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 18:13:54 +08:00
fix(cmd/ipfs2/daemon) imports
This commit is contained in:

committed by
Juan Batiz-Benet

parent
8c56280cb9
commit
026c30fa71
@ -10,7 +10,7 @@ import (
|
||||
cmds "github.com/jbenet/go-ipfs/commands"
|
||||
cmdsHttp "github.com/jbenet/go-ipfs/commands/http"
|
||||
"github.com/jbenet/go-ipfs/core"
|
||||
"github.com/jbenet/go-ipfs/daemon"
|
||||
daemon "github.com/jbenet/go-ipfs/daemon2"
|
||||
)
|
||||
|
||||
var Daemon = &cmds.Command{
|
||||
|
@ -12,7 +12,7 @@ import (
|
||||
"github.com/jbenet/go-ipfs/config"
|
||||
"github.com/jbenet/go-ipfs/core"
|
||||
commands "github.com/jbenet/go-ipfs/core/commands2"
|
||||
"github.com/jbenet/go-ipfs/daemon"
|
||||
daemon "github.com/jbenet/go-ipfs/daemon2"
|
||||
u "github.com/jbenet/go-ipfs/util"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user