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. --- tests/xattr/xattr_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/xattr') diff --git a/tests/xattr/xattr_integration_test.go b/tests/xattr/xattr_integration_test.go index c491f60..50e7fb7 100644 --- a/tests/xattr/xattr_integration_test.go +++ b/tests/xattr/xattr_integration_test.go @@ -9,7 +9,7 @@ import ( "syscall" "testing" - xattr "github.com/rfjakob/pkg-xattr" + "github.com/pkg/xattr" "github.com/rfjakob/gocryptfs/tests/test_helpers" ) -- cgit v1.2.3