summaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-01-31 08:36:57 +0100
committerJakob Unterwurzacher2021-01-31 08:36:57 +0100
commitac2e5baa1308e5cb4ea7c0bffe01907cec8df9f2 (patch)
tree48b90bc69e6ea591e79cd6372ac07cd2fb7face0 /go.sum
parentbed60101f4925eb2cce736301f5cc45ad267c187 (diff)
go.mod: update go-fuse to latest master
We need https://github.com/hanwen/go-fuse/commit/09a3c381714cf1011fb2d08885f29896cd496a0c fuse: support the new macFUSE mount protocol so mounting on MacFuse 4.x works. Updated using go get github.com/hanwen/go-fuse/v2@master . Fixes https://github.com/rfjakob/gocryptfs/issues/524
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.sum b/go.sum
index 0bf0bb2..a670ee4 100644
--- a/go.sum
+++ b/go.sum
@@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/hanwen/go-fuse v1.0.0 h1:GxS9Zrn6c35/BnfiVsZVWmsG803xwE7eVRDvcf/BEVc=
github.com/hanwen/go-fuse v1.0.0/go.mod h1:unqXarDXqzAk0rt98O2tVndEPIpUgLD9+rwFisZH3Ok=
-github.com/hanwen/go-fuse/v2 v2.0.4-0.20201104153454-be8e5f4a85fd h1:xuUFEPkuaLnq4w/AHSnqP8RGXZ2SbqsG3NfbrasiyPg=
-github.com/hanwen/go-fuse/v2 v2.0.4-0.20201104153454-be8e5f4a85fd/go.mod h1:0EQM6aH2ctVpvZ6a+onrQ/vaykxh2GH7hy3e13vzTUY=
+github.com/hanwen/go-fuse/v2 v2.0.4-0.20210125162859-8e0bbdb16cb7 h1:GBh6Pm1dx5+Dkj+oCPKxDSiMkYyLflCYg/m3c1luXwY=
+github.com/hanwen/go-fuse/v2 v2.0.4-0.20210125162859-8e0bbdb16cb7/go.mod h1:0EQM6aH2ctVpvZ6a+onrQ/vaykxh2GH7hy3e13vzTUY=
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115 h1:YuDUUFNM21CAbyPOpOP8BicaTD/0klJEKt5p8yuw+uY=
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115/go.mod h1:LadVJg0XuawGk+8L1rYnIED8451UyNxEMdTWCEt5kmU=
github.com/jacobsa/oglematchers v0.0.0-20150720000706-141901ea67cd h1:9GCSedGjMcLZCrusBZuo4tyKLpKUPenUUqi34AkuFmA=