mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 09:59:13 +08:00
core/cmds: fix go-fuse-version path
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
"strings"
|
||||
"syscall"
|
||||
|
||||
fuseversion "github.com/jbenet/go-fuse-version"
|
||||
fuseversion "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-fuse-version"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user