aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-03-30 15:31:17 +0200
committerJakob Unterwurzacher2021-03-30 15:31:17 +0200
commit1d919d01fdb3b98ff6a534426ee8c07df2e917a1 (patch)
tree5aa5bed27493d653d383cb43ba4de57b1710ca9b /go.mod
parenta2effaae390253bfbc2e9522dd4b5123a067f60f (diff)
go.mod: temporarily switch to go-fuse fork
Until https://review.gerrithub.io/c/hanwen/go-fuse/+/513646/2 gets merged. Commands used: go mod edit -replace github.com/hanwen/go-fuse/v2=github.com/rfjakob/go-fuse/v2@TestStaleHardlinks go mod download github.com/hanwen/go-fuse/v2 go mod tidy
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 64ab6e5..eb7bba8 100644
--- a/go.mod
+++ b/go.mod
@@ -17,3 +17,5 @@ require (
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
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.20210327175606-13a195d20342