Its hard to build via go install due go.mod having:
replace github.com/InVisionApp/go-health/v2 => github.com/f1bonacc1/go-health/v2 v2.1.4
replace github.com/cakturk/go-netstat => github.com/f1bonacc1/netstat v0.0.0-20230714090734-adb3fa07cab7
The original packages are ancient. How about we bring the 2 packages inside this repo, so that go install works ?
Its hard to build via go install due go.mod having:
The original packages are ancient. How about we bring the 2 packages inside this repo, so that go install works ?