mirror of
https://github.com/restic/restic.git
synced 2025-12-04 03:38: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:
@@ -10,8 +10,8 @@ import (
|
||||
"github.com/restic/restic/internal/debug"
|
||||
"github.com/restic/restic/internal/restic"
|
||||
|
||||
"bazil.org/fuse"
|
||||
"bazil.org/fuse/fs"
|
||||
"github.com/anacrolix/fuse"
|
||||
"github.com/anacrolix/fuse/fs"
|
||||
)
|
||||
|
||||
// SnapshotsDir is a actual fuse directory generated from SnapshotsDirStructure
|
||||
|
||||
Reference in New Issue
Block a user