diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-05-07 07:09:02 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-05-07 07:09:04 -0700 |
| commit | 930581cedc00c86cfbc711efe0b99d7e65f09d11 (patch) | |
| tree | 5df55def18ff524a30336b9c3aff20c9126c2bc9 /go.mod | |
| parent | 84397b814aaacac87ea1a83b788829928b85bae0 (diff) | |
| download | seaweedfs-930581cedc00c86cfbc711efe0b99d7e65f09d11.tar.xz seaweedfs-930581cedc00c86cfbc711efe0b99d7e65f09d11.zip | |
fuse: avoid nil when invalidating entry
fix https://github.com/chrislusf/seaweedfs/issues/2055
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ require ( github.com/prometheus/client_golang v1.3.0 github.com/rakyll/statik v0.1.7 github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect - github.com/seaweedfs/fuse v1.1.4 + github.com/seaweedfs/fuse v1.1.6 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 |
