gruntwork-io / health-checker

A simple HTTP server that will return 200 OK if all configured health checks pass.
MIT License
103 stars 36 forks source link

Unable to `go install` #25

Closed 56KBs closed 1 year ago

56KBs commented 2 years ago

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

Additional context N/A