diff options
author | Jakob Unterwurzacher | 2020-07-23 23:04:46 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-07-23 23:04:46 +0200 |
commit | 81fb42b9124e0d8e59d67ff2072d4388ce42ff77 (patch) | |
tree | 8ea6616c8c9cc1905e85882fa86a5cada37ce732 /go.mod | |
parent | 9cd24d79a2a5499eefc3403516eba9d9fcbf1079 (diff) |
go.mod: update to go-fuse master
We need the read-only fix from go-fuse master.
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.0.3 + github.com/hanwen/go-fuse/v2 v2.0.4-0.20200718183122-fee50bf01cd6 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 |