From 7309412215551052dc4dbb6c137c568ccbd02430 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 26 Mar 2025 23:35:40 +0100 Subject: 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. --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') 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 -- cgit v1.2.3