diff options
author | Jakob Unterwurzacher | 2021-08-29 19:43:26 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-08-29 19:43:26 +0200 |
commit | e69a85769f008a33119eda85d3face948afe7636 (patch) | |
tree | 899a1d577c09ca37f5d4f85e078b34c968d18a35 /go.mod | |
parent | 91d3b30c1c813a56ae057a373f045803fb788d60 (diff) |
go mod: upgrade go-fuse to fix darwin build failure
Upgraded using
go get -u github.com/hanwen/go-fuse/v2@master
to get https://github.com/hanwen/go-fuse/commit/61df81086038f52fbf3e25ff97373336c83cd3ae
Fixes https://github.com/rfjakob/gocryptfs/issues/597
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.20210825070001-74a933d6e856 + github.com/hanwen/go-fuse/v2 v2.1.1-0.20210825171523-3ab5d95a30ae 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 |