kubecolor icon indicating copy to clipboard operation
kubecolor copied to clipboard

go get fails

Open darkn3rd opened this issue 3 years ago • 1 comments

Instructions say:

go get -u github.com/hidetatz/kubecolor/cmd/kubecolor

But this results in

go get: 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

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