gromgit / homebrew-fuse

gromgit's FUSE tap
BSD 2-Clause "Simplified" License
325 stars 37 forks source link

How to install gcsfuse-mac but with a modified go.mod? #22

Closed grisaitis closed 2 years ago

grisaitis commented 3 years ago

Hi! I'd like to install gcsfuse-mac but with a replace statement in the go.mod. also i might want to fast forward the repo to a more recent commit.

How do I do this?

background

Currently I have...

brew install macfuse
brew install gromgit/fuse/gcsfuse-mac

but i'm encountering a bug (https://github.com/GoogleCloudPlatform/gcsfuse/issues/548) that is easily fixable with a replace statement in go.mod, but id ont' know how to add that and go build or brew reinstall with that edit.

kernel info

➜  ~ sysctl kern.version

kern.version: Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:27 PDT 2021; root:xnu-7195.141.2~5/RELEASE_ARM64_T8101
gromgit commented 2 years ago

Closing, since it seems to have been fixed upstream.