aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-05-15 18:00:26 +0200
committerJakob Unterwurzacher2021-05-15 18:01:51 +0200
commit3374afccc46d186c206cdbc218a79d8958b00acf (patch)
tree319d351ca9af43f9ea641bf7037e08d343593f6c /go.mod
parent86d8336b43418c028c34c37f06fcbd43ab0d44a1 (diff)
go.mod: switch to go-fuse acl branch
Until https://review.gerrithub.io/c/hanwen/go-fuse/+/516154 gets merged. Commands used: go mod edit -replace github.com/hanwen/go-fuse/v2=github.com/rfjakob/go-fuse/v2@acl 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 5ad06a4..8e36711 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.1.1-0.20210508151621-62c5aa1919a7