diff options
author | Jakob Unterwurzacher | 2025-03-26 23:35:40 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-04-19 23:24:01 +0200 |
commit | 7309412215551052dc4dbb6c137c568ccbd02430 (patch) | |
tree | 054e8e892dbd58c0b01bd2eb9a955353d27c3e2a /go.mod | |
parent | a8bb03b438e2c58565457b0cbcba9a77a316fbd2 (diff) |
go.mod: update to go-fuse e3463465126a
Done using: go get -u github.com/hanwen/go-fuse/v2@master
Upgrading to master because I want
https://github.com/hanwen/go-fuse/commit/216e54932a48254d949871bf07f58d48f5046ec2
and
https://github.com/hanwen/go-fuse/commit/d6170d09d743644ccf6099744e5bad1d2c3e552f
which are not released yet.
Fixes TestSeekDir.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ go 1.19 require ( github.com/aperturerobotics/jacobsa-crypto v1.0.2 - github.com/hanwen/go-fuse/v2 v2.7.2 - github.com/moby/sys/mountinfo v0.6.2 + github.com/hanwen/go-fuse/v2 v2.7.3-0.20250306214706-e3463465126a + github.com/moby/sys/mountinfo v0.7.2 github.com/pkg/xattr v0.4.9 github.com/rfjakob/eme v1.1.2 github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 |