From 1a3d04ab87c0f8ea281f47547f3cfeda50c7609a Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 28 Mar 2018 19:19:58 +0200 Subject: Switch from private copy to pkg/xattr Now that https://github.com/pkg/xattr/pull/24 has been merged there is no reason to keep our private copy. Switch to the upstream version. --- internal/fusefrontend/xattr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/fusefrontend/xattr.go') 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" ) -- cgit v1.2.3