kubecolor icon indicating copy to clipboard operation
kubecolor copied to clipboard

go install fails

Open darkn3rd opened this issue 2 years ago • 4 comments

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/[email protected]: parsing go.mod:
	module declares its path as: github.com/dty1er/kubecolor
	        but was required as: github.com/hidetatz/kubecolor

darkn3rd avatar Jun 22 '22 06:06 darkn3rd

same issue i try brew first and it's now working too

mikenunez avatar Jun 24 '22 01:06 mikenunez

This works for me:

go install github.com/dty1er/kubecolor/cmd/kubecolor@latest

tillt avatar Jun 27 '22 22:06 tillt

same issue for me as @darkn3rd

evilbulgarian avatar Jul 14 '22 23:07 evilbulgarian

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

prune998 avatar Sep 29 '22 01:09 prune998