1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 02:30:39 +08:00

Merge pull request #4400 from djdv/gx-winmount

Fix orphaned gx dependency
This commit is contained in:
Whyrusleeping
2017-11-20 16:57:54 -08:00
committed by GitHub

View File

@ -3,9 +3,9 @@ package commands
import ( import (
"errors" "errors"
"gx/ipfs/QmadYQbq2fJpaRE3XhpMLH68NNxmWMwfMQy1ntr1cKf7eo/go-ipfs-cmdkit"
cmds "github.com/ipfs/go-ipfs/commands" cmds "github.com/ipfs/go-ipfs/commands"
cmdkit "gx/ipfs/QmSNbH2A1evCCbJSDC6u3RV3GGDhgu6pRGbXHvrN89tMKf/go-ipfs-cmdkit"
) )
var MountCmd = &cmds.Command{ var MountCmd = &cmds.Command{