Open jasenyoung opened 2 years ago
same here, I had to install a 3-months older version: go install github.com/derailed/k9s@a661221f0838b6ad6d3dd45745e7118311748d3f
any news?
Seems to be a dupe of #1484, and also seems to be something that comes and goes as they change the go.mod
file. FWIW, go install github.com/derailed/k9s@v0.26.2
works for me and other users, since that version did not have the problem in its go.mod
file.
Describe the bug when I use "go install" to install k9s, there a following error because there is a "replace" in the go.mod:
The go.mod file for the module providing named packages contains one or more replace directives. It must not contain directives that would cause it to be interpreted differently than if it were the main module.