Describe the bug
You are unable to go install this repository, even though it supports go modules, due to github.com/gruntwork-io/gruntwork-cli having been renamed to github.com/gruntwork-io/go-commons.
To Reproduce
Go version go1.17.5 linux/amd64
go install github.com/gruntwork-io/health-checker@latest
Expected behavior
Successful installation of health-checker
Nice to have
Terminal Output
go install github.com/gruntwork-io/health-checker@latest
go: finding module for package github.com/sirupsen/logrus
go: finding module for package github.com/gruntwork-io/gruntwork-cli/entrypoint
go: finding module for package github.com/gruntwork-io/gruntwork-cli/logging
go: finding module for package github.com/gruntwork-io/gruntwork-cli/errors
go: finding module for package github.com/urfave/cli
go: finding module for package golang.org/x/sync/singleflight
go: found github.com/gruntwork-io/gruntwork-cli/entrypoint in github.com/gruntwork-io/gruntwork-cli v0.10.0
go: found github.com/gruntwork-io/gruntwork-cli/errors in github.com/gruntwork-io/gruntwork-cli v0.10.0
go: found github.com/gruntwork-io/gruntwork-cli/logging in github.com/gruntwork-io/gruntwork-cli v0.10.0
go: found github.com/sirupsen/logrus in github.com/sirupsen/logrus v1.8.1
go: found github.com/urfave/cli in github.com/urfave/cli v1.22.5
go: found golang.org/x/sync/singleflight in golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
go: github.com/gruntwork-io/health-checker imports
github.com/gruntwork-io/gruntwork-cli/entrypoint: github.com/gruntwork-io/gruntwork-cli@v0.10.0: parsing go.mod:
module declares its path as: github.com/gruntwork-io/go-commons
but was required as: github.com/gruntwork-io/gruntwork-cli
Describe the bug You are unable to
go install
this repository, even though it supports go modules, due togithub.com/gruntwork-io/gruntwork-cli
having been renamed togithub.com/gruntwork-io/go-commons
.To Reproduce Go version go1.17.5 linux/amd64
Expected behavior Successful installation of
health-checker
Nice to have Terminal Output
Additional context N/A