aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-05-17 14:25:30 +0200
committerJakob Unterwurzacher2020-05-17 14:25:30 +0200
commitded4bbe6456dcfaa770f2c06df46d578fcbaa97e (patch)
tree17faf6fcc76c2d873a7f30c23ad3063587aaf887 /go.mod
parentec74d1d2f4217a9a337d1db9902f32ae2aecaf33 (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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 72ec79d..8914e81 100644
--- a/go.mod
+++ b/go.mod
@@ -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