mirror of
https://github.com/restic/restic.git
synced 2026-05-03 17:35:25 +00:00
mount: switch to anacrolix fork of bazil/fuse
The anacrolix fork contains the latest changes from bazil/fuse and additionally provides support for recent versions of macFUSE.
This commit is contained in:
@@ -18,8 +18,8 @@ import (
|
||||
resticfs "github.com/restic/restic/internal/fs"
|
||||
"github.com/restic/restic/internal/fuse"
|
||||
|
||||
systemFuse "bazil.org/fuse"
|
||||
"bazil.org/fuse/fs"
|
||||
systemFuse "github.com/anacrolix/fuse"
|
||||
"github.com/anacrolix/fuse/fs"
|
||||
)
|
||||
|
||||
var cmdMount = &cobra.Command{
|
||||
|
||||
Reference in New Issue
Block a user