diff options
author | Jakob Unterwurzacher | 2021-05-30 09:31:56 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-05-30 09:31:56 +0200 |
commit | 198eb9797bc1a95aa6bc943fcd345cdb532472c4 (patch) | |
tree | 366c5684ae2d40c8cbf55debf7d7da6cc1c14c85 /go.mod | |
parent | 0e37fbe0425126c9dbb9a1816286e947d05a4b8e (diff) |
Revert "go.mod: switch to go-fuse acl branch"
Change https://review.gerrithub.io/c/hanwen/go-fuse/+/516154
was merged upstream.
This reverts commit 3374afccc46d186c206cdbc218a79d8958b00acf.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -17,5 +17,3 @@ 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 |