diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-06-03 01:14:50 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-06-03 01:14:50 -0700 |
| commit | f15d7a57f549eb85749e91e8979b3a94e7f82219 (patch) | |
| tree | ff3d457fc308adfab3fa3e67bba7518d206efedc /go.mod | |
| parent | d350c114c8ea6f6703e5216fc29d3ea1c780a047 (diff) | |
| download | seaweedfs-f15d7a57f549eb85749e91e8979b3a94e7f82219.tar.xz seaweedfs-f15d7a57f549eb85749e91e8979b3a94e7f82219.zip | |
mount: support macfuse 4.x
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6,7 +6,6 @@ require ( cloud.google.com/go v0.58.0 // indirect cloud.google.com/go/pubsub v1.3.1 cloud.google.com/go/storage v1.9.0 - github.com/Azure/azure-amqp-common-go/v2 v2.1.0 // indirect github.com/Azure/azure-pipeline-go v0.2.2 // indirect github.com/Azure/azure-storage-blob-go v0.9.0 github.com/OneOfOne/xxhash v1.2.2 @@ -62,7 +61,7 @@ require ( github.com/pquerna/cachecontrol v0.1.0 github.com/prometheus/client_golang v1.3.0 github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect - github.com/seaweedfs/fuse v1.1.6 + github.com/seaweedfs/fuse v1.1.7 github.com/seaweedfs/goexif v1.0.2 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e github.com/spaolacci/murmur3 v1.1.0 // indirect |
