diff options
| author | Jakob Unterwurzacher | 2026-02-02 19:46:40 +0100 |
|---|---|---|
| committer | Jakob Unterwurzacher | 2026-02-02 19:46:40 +0100 |
| commit | b239d51b65947a5dbb61e7e81ede9ecd347a2a2f (patch) | |
| tree | 9eeb750ce2edb7e0baaebd9337839ac6b0bf6f49 /go.mod | |
| parent | b02fbb86b3359bf41e29707622569176cc772dab (diff) | |
go.mod: bump go-fuse to v2.9.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.24.0 require ( github.com/aperturerobotics/jacobsa-crypto v1.1.0 - github.com/hanwen/go-fuse/v2 v2.8.0 + github.com/hanwen/go-fuse/v2 v2.9.0 github.com/moby/sys/mountinfo v0.7.2 github.com/pkg/xattr v0.4.9 github.com/rfjakob/eme v1.2.0 |
