diff options
author | Jakob Unterwurzacher | 2020-11-10 19:24:48 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2020-11-10 19:24:48 +0100 |
commit | 6bdc8c6ee8e41aa4cf947602b20c6058fed4a20e (patch) | |
tree | 2a5e362c389705c5bb4a7eb02d4ad4c63ccc6e59 /go.mod | |
parent | 029e44d405cd7f378fb60740ed7dba49cd5e4915 (diff) |
go.mod: switch back to mainline go-fuse
https://review.gerrithub.io/c/hanwen/go-fuse/+/503508
was merged as
https://github.com/hanwen/go-fuse/commit/1d0096e57910b8277fd8862b5f0932c04d41857b
so we don't need our fork anymore.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3,7 +3,7 @@ module github.com/rfjakob/gocryptfs go 1.13 require ( - github.com/hanwen/go-fuse/v2 v2.0.4-0.20200908172753-0b6cbc515082 + github.com/hanwen/go-fuse/v2 v2.0.4-0.20201104153454-be8e5f4a85fd 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 @@ -15,8 +15,5 @@ require ( github.com/stretchr/testify v1.5.1 // indirect golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect - golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 ) - -replace github.com/hanwen/go-fuse/v2 => github.com/rfjakob/go-fuse/v2 v2.0.4-0.20201015204057-88b12c99f8af |