diff options
| author | chrislu <chris.lu@gmail.com> | 2024-11-03 13:08:17 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-11-03 13:08:19 -0800 |
| commit | 0f2c3648dc274c045d7049e744bb04849b47cd95 (patch) | |
| tree | 25f4013598933c0369cf166a06a1fce1f87e0546 /go.mod | |
| parent | 5bddf0c085c8d1eabb3d1bd4f206ce60d5589c0d (diff) | |
| download | seaweedfs-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
