fix mount: cannot locate OSXFUSE

addressing https://github.com/seaweedfs/seaweedfs/discussions/6193
This commit is contained in:
chrislu
2024-11-03 13:08:17 -08:00
parent 5bddf0c085
commit 0f2c3648dc
2 changed files with 5 additions and 1 deletions

2
go.mod
View File

@@ -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