aboutsummaryrefslogtreecommitdiff
path: root/tests/xattr
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-03-28 19:19:58 +0200
committerJakob Unterwurzacher2018-03-28 19:19:58 +0200
commit1a3d04ab87c0f8ea281f47547f3cfeda50c7609a (patch)
treed89a5b24697b463cf1352e72194e8decd0b6c870 /tests/xattr
parentc3e12b5e68637757bb51ed1d75ef12ce4c324df7 (diff)
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.
Diffstat (limited to 'tests/xattr')
-rw-r--r--tests/xattr/xattr_integration_test.go2
1 files changed, 1 insertions, 1 deletions
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"
)