diff options
author | Christian Stewart | 2023-10-16 19:14:25 +0000 |
---|---|---|
committer | rfjakob | 2023-10-29 13:10:06 +0100 |
commit | 5da40e7adf3bd0e9097b6e5b3c793ccc65d251cc (patch) | |
tree | 123c18467f15744cfcc01245f15705079ad0d316 /go.mod | |
parent | aa49343d3a569f17483e2afae53c5936bad253e0 (diff) |
Update xattr
Signed-off-by: Christian Stewart <christian@aperture.us>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ require ( github.com/aperturerobotics/jacobsa-crypto v1.0.2 github.com/hanwen/go-fuse/v2 v2.4.0 github.com/moby/sys/mountinfo v0.6.2 - github.com/pkg/xattr v0.4.3 + github.com/pkg/xattr v0.4.9 github.com/rfjakob/eme v1.1.2 github.com/sabhiram/go-gitignore v0.0.0-20201211210132-54b8a0bf510f github.com/spf13/pflag v1.0.5 |