diff options
author | Jakob Unterwurzacher | 2018-03-28 19:19:58 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-03-28 19:19:58 +0200 |
commit | 1a3d04ab87c0f8ea281f47547f3cfeda50c7609a (patch) | |
tree | d89a5b24697b463cf1352e72194e8decd0b6c870 /tests/xattr/xattr_integration_test.go | |
parent | c3e12b5e68637757bb51ed1d75ef12ce4c324df7 (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/xattr_integration_test.go')
-rw-r--r-- | tests/xattr/xattr_integration_test.go | 2 |
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" ) |