diff options
author | Jakob Unterwurzacher | 2021-06-11 15:24:39 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-06-11 15:24:39 +0200 |
commit | 98ab59c96e1c2ff216441dfed99e4e7e91c09063 (patch) | |
tree | 38c34fde3538fd299253142de119080e54ee4379 /go.mod | |
parent | 9046d6d9229c52ab081442d42abbeb0f2349f48d (diff) |
go.mod: update go-fuse
Memory compaction was merged
( https://github.com/hanwen/go-fuse/commit/24a1dfe6b4f8d478275d5cf671d982c4ddd8c904 )
Fixes https://github.com/rfjakob/gocryptfs/issues/569
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ module github.com/rfjakob/gocryptfs go 1.13 require ( - github.com/hanwen/go-fuse/v2 v2.1.1-0.20210508151621-62c5aa1919a7 + github.com/hanwen/go-fuse/v2 v2.1.1-0.20210611132105-24a1dfe6b4f8 github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115 github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd // indirect github.com/jacobsa/oglemock v0.0.0-20150831005832-e94d794d06ff // indirect |