diff options
Diffstat (limited to 'fsck.go')
-rw-r--r-- | fsck.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ import ( "sync" "syscall" - "github.com/hanwen/go-fuse/fuse" - "github.com/hanwen/go-fuse/fuse/nodefs" + "github.com/hanwen/go-fuse/v2/fuse" + "github.com/hanwen/go-fuse/v2/fuse/nodefs" "github.com/rfjakob/gocryptfs/internal/exitcodes" "github.com/rfjakob/gocryptfs/internal/fusefrontend" |