aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-08-25 12:17:26 +0200
committerJakob Unterwurzacher2021-08-25 12:17:26 +0200
commitb3d26b7264f3c025a48d19cb2784b83fc84a0ee4 (patch)
treee5649bf7752b63c40ed8d99c056d3f74774b25e4 /go.mod
parenta4ed1aab002b45bfd3e1e5ab33763e4f4528b916 (diff)
go mod: update go-fuse
We want /dev/fd/N support: https://github.com/hanwen/go-fuse/commit/74a933d6e856048cbff1a437bf3dbf79162e77de "fuse: support special /dev/fd/N mountpoint" Fixes https://github.com/rfjakob/gocryptfs/issues/590
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 12c5e1a..980ce59 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.20210802120645-15a8bb029a4e
+ github.com/hanwen/go-fuse/v2 v2.1.1-0.20210825070001-74a933d6e856
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