summaryrefslogtreecommitdiff
path: root/fsck.go
diff options
context:
space:
mode:
Diffstat (limited to 'fsck.go')
-rw-r--r--fsck.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/fsck.go b/fsck.go
index 8dbef09..3f2f15f 100644
--- a/fsck.go
+++ b/fsck.go
@@ -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"