aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-11-03 13:08:17 -0800
committerchrislu <chris.lu@gmail.com>2024-11-03 13:08:19 -0800
commit0f2c3648dc274c045d7049e744bb04849b47cd95 (patch)
tree25f4013598933c0369cf166a06a1fce1f87e0546 /go.mod
parent5bddf0c085c8d1eabb3d1bd4f206ce60d5589c0d (diff)
downloadseaweedfs-0f2c3648dc274c045d7049e744bb04849b47cd95.tar.xz
seaweedfs-0f2c3648dc274c045d7049e744bb04849b47cd95.zip
fix mount: cannot locate OSXFUSE
addressing https://github.com/seaweedfs/seaweedfs/discussions/6193
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1048360ff..a2b1876cd 100644
--- a/go.mod
+++ b/go.mod
@@ -137,7 +137,7 @@ require (
github.com/getsentry/sentry-go v0.29.1
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/google/flatbuffers/go v0.0.0-20230108230133-3b8644d32c50
- github.com/hanwen/go-fuse/v2 v2.6.2
+ github.com/hanwen/go-fuse/v2 v2.6.1
github.com/hashicorp/raft v1.7.1
github.com/hashicorp/raft-boltdb/v2 v2.3.0
github.com/orcaman/concurrent-map/v2 v2.0.1