diff options
author | Jakob Unterwurzacher | 2020-05-17 14:25:30 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-05-17 14:25:30 +0200 |
commit | ded4bbe6456dcfaa770f2c06df46d578fcbaa97e (patch) | |
tree | 17faf6fcc76c2d873a7f30c23ad3063587aaf887 /go.mod | |
parent | ec74d1d2f4217a9a337d1db9902f32ae2aecaf33 (diff) |
go mod tidy
The go-fuse v1 dependency is spurious. Will be fixed by
https://github.com/hanwen/go-fuse/pull/360
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 v1.0.1-0.20190319092520-161a16484456 + github.com/hanwen/go-fuse/v2 v2.0.3 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 |