diff options
author | Jakob Unterwurzacher | 2021-12-19 14:46:43 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-12-19 14:46:43 +0100 |
commit | 8d8b76dcac1340c3aa86d9883f99bfffb3eccd60 (patch) | |
tree | 90cbfffe21e8d7cad77570d10fd1df7e132a1e6c /go.mod | |
parent | 64be5de75f42e415198ff5e77de509680b69e0e1 (diff) |
go.mod: upgrade go-fuse
We want
https://github.com/hanwen/go-fuse/commit/934a183ed91446d218b5471c4df9f93db039f6e
"fuse: prefer fusermount3 over fusermount; add debug output"
Fixes https://github.com/rfjakob/gocryptfs/issues/626
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/v2 go 1.16 require ( - github.com/hanwen/go-fuse/v2 v2.1.1-0.20210825171523-3ab5d95a30ae + github.com/hanwen/go-fuse/v2 v2.1.1-0.20211219085202-934a183ed914 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 |