go install fails
darkn3rd opened this issue · 5 comments
darkn3rd commented
Instructions say:
go install github.com/hidetatz/kubecolor/cmd/kubecolor@latest
But this results in:
go install: github.com/hidetatz/kubecolor/cmd/kubecolor@latest: github.com/hidetatz/kubecolor@v0.0.20: parsing go.mod:
module declares its path as: github.com/dty1er/kubecolor
but was required as: github.com/hidetatz/kubecolor
mikenunez commented
same issue
i try brew first and it's now working too
tillt commented
This works for me:
go install github.com/dty1er/kubecolor/cmd/kubecolor@latest
evilbulgarian commented
same issue for me as @darkn3rd
prune998 commented
This is fixed in the new clone of the project.
Get it at https://github.com/kubecolor/kubecolor or brew install kubecolor/tap/kubecolor
or go install github.com/kubecolor/kubecolor/cmd/kubecolor@latest
hidetatz commented
This issue is now fixed. Please reopen if it still happens.