diff options
author | Jakob Unterwurzacher | 2025-07-14 21:18:03 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-07-14 21:18:03 +0200 |
commit | cd288aba1de53d15a364a4e13d83de4bacc83878 (patch) | |
tree | d8d57be07ae7fb57a921209835e4a5085367180b /go.mod | |
parent | 844f339befe67a3f8573f98c23559fd7c1a6e507 (diff) |
go.mod: upgrade to go-fuse v2.8.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ go 1.19 require ( github.com/aperturerobotics/jacobsa-crypto v1.1.0 - github.com/hanwen/go-fuse/v2 v2.7.3-0.20250306214706-e3463465126a + github.com/hanwen/go-fuse/v2 v2.8.0 github.com/moby/sys/mountinfo v0.7.2 github.com/pkg/xattr v0.4.9 github.com/rfjakob/eme v1.1.2 |