diff --git a/core/commands/mount_darwin.go b/core/commands/mount_darwin.go index 7a0ef07f9..f98c56de0 100644 --- a/core/commands/mount_darwin.go +++ b/core/commands/mount_darwin.go @@ -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() {