aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-03-26 23:35:40 +0100
committerJakob Unterwurzacher2025-04-19 23:24:01 +0200
commit7309412215551052dc4dbb6c137c568ccbd02430 (patch)
tree054e8e892dbd58c0b01bd2eb9a955353d27c3e2a /go.mod
parenta8bb03b438e2c58565457b0cbcba9a77a316fbd2 (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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 6742d75..8940310 100644
--- a/go.mod
+++ b/go.mod
@@ -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