diff options
author | Jakob Unterwurzacher | 2021-08-25 12:17:26 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-25 12:17:26 +0200 |
commit | b3d26b7264f3c025a48d19cb2784b83fc84a0ee4 (patch) | |
tree | e5649bf7752b63c40ed8d99c056d3f74774b25e4 /go.mod | |
parent | a4ed1aab002b45bfd3e1e5ab33763e4f4528b916 (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.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.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 |