diff options
author | Jakob Unterwurzacher | 2021-01-31 08:36:57 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-01-31 08:36:57 +0100 |
commit | ac2e5baa1308e5cb4ea7c0bffe01907cec8df9f2 (patch) | |
tree | 48b90bc69e6ea591e79cd6372ac07cd2fb7face0 /go.mod | |
parent | bed60101f4925eb2cce736301f5cc45ad267c187 (diff) |
go.mod: update go-fuse to latest master
We need
https://github.com/hanwen/go-fuse/commit/09a3c381714cf1011fb2d08885f29896cd496a0c
fuse: support the new macFUSE mount protocol
so mounting on MacFuse 4.x works.
Updated using
go get github.com/hanwen/go-fuse/v2@master
.
Fixes https://github.com/rfjakob/gocryptfs/issues/524
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.4-0.20201104153454-be8e5f4a85fd + github.com/hanwen/go-fuse/v2 v2.0.4-0.20210125162859-8e0bbdb16cb7 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 |