Unverified Commit a62eb62d authored by Whyrusleeping's avatar Whyrusleeping Committed by GitHub

Merge pull request #4400 from djdv/gx-winmount

Fix orphaned gx dependency
parents 225159bc d15fa176
...@@ -3,9 +3,9 @@ package commands ...@@ -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{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment