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

core/cmds: fix go-fuse-version path

This commit is contained in:
Juan Batiz-Benet
2015-01-17 02:45:17 -08:00
parent acfc35212e
commit 00b099c71f

View File

@ -6,7 +6,7 @@ import (
"strings" "strings"
"syscall" "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() { func init() {