aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorVal2022-09-07 19:17:10 -0400
committerJakob Unterwurzacher2022-11-27 10:18:11 +0100
commit0ec7ffbfe96887f25feb7fda60b984ea18a42e0f (patch)
tree2b794be4709d1c010b3ec47884ee8cf5c8f8b763 /go.mod
parentf8bd172289789b591b462d0c0da93d61a484704b (diff)
Upgrade go-fuse
Ran `go get -u github.com/hanwen/go-fuse/v2@master` to get this diff As pointed out in https://github.com/rfjakob/gocryptfs/issues/595#issuecomment-1222271612, go-fuse was updated with a patch to allow `-reverse` mode on macOS!
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 754a667..13be3da 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module github.com/rfjakob/gocryptfs/v2
go 1.16
require (
- github.com/hanwen/go-fuse/v2 v2.1.1-0.20211219085202-934a183ed914
+ github.com/hanwen/go-fuse/v2 v2.1.1-0.20221117175120-915cf5413cde
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