diff options
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 2 | 
2 files changed, 3 insertions, 1 deletions
| @@ -3,7 +3,7 @@ module github.com/rfjakob/gocryptfs  go 1.13  require ( -	github.com/hanwen/go-fuse/v2 v2.0.4-0.20200718183122-fee50bf01cd6 +	github.com/hanwen/go-fuse/v2 v2.0.4-0.20200908172753-0b6cbc515082  	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 @@ -4,6 +4,8 @@ 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.20200718183122-fee50bf01cd6 h1:gVbVFv4ovMijtTbDKa9Qyz90WvbHqOZ91ZW+zHdaf2k=  github.com/hanwen/go-fuse/v2 v2.0.4-0.20200718183122-fee50bf01cd6/go.mod h1:0EQM6aH2ctVpvZ6a+onrQ/vaykxh2GH7hy3e13vzTUY= +github.com/hanwen/go-fuse/v2 v2.0.4-0.20200908172753-0b6cbc515082 h1:D6jr7F7QRhJiFFKW5rdltRKYb/zEe9TiLAfIuVDOeho= +github.com/hanwen/go-fuse/v2 v2.0.4-0.20200908172753-0b6cbc515082/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= | 
