diff options
author | Jakob Unterwurzacher | 2021-05-30 09:34:03 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-05-30 09:34:03 +0200 |
commit | 242cdf966f262b2e20785eb0ff49ac55a8bd4636 (patch) | |
tree | 07dabc4cfff7349c9b92ebd12eac343bca035bdf /go.mod | |
parent | 198eb9797bc1a95aa6bc943fcd345cdb532472c4 (diff) |
go.mod: update go-fuse to get acl fixes
Done using:
go get github.com/hanwen/go-fuse/v2@master
go mod tidy
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 go 1.13 require ( - github.com/hanwen/go-fuse/v2 v2.1.1-0.20210423170155-a90e1f463c3f + github.com/hanwen/go-fuse/v2 v2.1.1-0.20210508151621-62c5aa1919a7 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 |