From 75cf36fe7b4e64379ba67804d8c5ac56e25f63b7 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 2 Aug 2021 19:16:53 +0200 Subject: 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 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit v1.2.3