diff options
Diffstat (limited to 'internal/contentenc')
| -rw-r--r-- | internal/contentenc/content.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/internal/contentenc/content.go b/internal/contentenc/content.go index 697026a..efdec9f 100644 --- a/internal/contentenc/content.go +++ b/internal/contentenc/content.go @@ -10,7 +10,7 @@ import (  	"runtime"  	"sync" -	"github.com/hanwen/go-fuse/fuse" +	"github.com/hanwen/go-fuse/v2/fuse"  	"github.com/rfjakob/gocryptfs/internal/cryptocore"  	"github.com/rfjakob/gocryptfs/internal/stupidgcm" | 
