From f03f56844bc4e88895f167399d30e9be99629f68 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 15 Oct 2020 22:45:06 +0200 Subject: go.mod: temporarily switch to patched go-fuse fork Use our fork until https://review.gerrithub.io/c/hanwen/go-fuse/+/503508 gets merged. Command used was: go mod edit -replace github.com/hanwen/go-fuse/v2=github.com/rfjakob/go-fuse/v2@knodes_upstreaming_v3 --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index db49174..86cce71 100644 --- a/go.mod +++ b/go.mod @@ -18,3 +18,5 @@ require ( 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 -- cgit v1.2.3