summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
Diffstat (limited to 'internal')
-rw-r--r--internal/fusefrontend/xattr.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/fusefrontend/xattr.go b/internal/fusefrontend/xattr.go
index 357e889..03e127f 100644
--- a/internal/fusefrontend/xattr.go
+++ b/internal/fusefrontend/xattr.go
@@ -8,7 +8,7 @@ import (
"syscall"
"github.com/hanwen/go-fuse/fuse"
- xattr "github.com/rfjakob/pkg-xattr"
+ "github.com/pkg/xattr"
"github.com/rfjakob/gocryptfs/internal/tlog"
)