aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-08-02 19:16:53 +0200
committerJakob Unterwurzacher2021-08-02 19:16:53 +0200
commit75cf36fe7b4e64379ba67804d8c5ac56e25f63b7 (patch)
tree6c5bedee7dcd6ecf9064dfaf3052d2524889aa53 /go.mod
parentc6b0c777a1002ae49fcf298b0ec252a48bab0f21 (diff)
go mod: upgrade go-fuse
Let's not crash anymore when we see inode number 1 ( https://github.com/hanwen/go-fuse/commit/0aaef6dde4b62dd0f21d545c5001d9e5ece0c87e ) https://github.com/rfjakob/gocryptfs/issues/585
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d5bc155..f23fad4 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/rfjakob/gocryptfs
go 1.16
require (
- github.com/hanwen/go-fuse/v2 v2.1.1-0.20210611132105-24a1dfe6b4f8
+ github.com/hanwen/go-fuse/v2 v2.1.1-0.20210802120645-15a8bb029a4e
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