Closed Kapparina closed 1 month ago
Describe the bug Attempting to "go get github.com/charmbracelet/kancli" results in the below error:
go: github.com/charmbracelet/kancli@latest (v0.0.0-20240229022224-1bdb47008e91) requires github.com/charmbracelet/kancli@v0.0.0-20240229022224-1bdb47008e91: parsing go.mod: module declares its path as: kancli but was required as: github.com/charmbracelet/kancli
Setup Please complete the following information along with version numbers, if applicable.
To Reproduce Steps to reproduce the behavior:
go get github.com/charmbracelet/kancli@latest
Expected behavior To have kancli fetched.
kancli
Screenshots I the error description covers this.
Additional Context I did not have kancli imported at any stage prior to before raising this issue.
Describe the bug Attempting to "go get github.com/charmbracelet/kancli" results in the below error:
Setup Please complete the following information along with version numbers, if applicable.
To Reproduce Steps to reproduce the behavior:
go get github.com/charmbracelet/kancli@latest
Expected behavior To have
kancli
fetched.Screenshots I the error description covers this.
Additional Context I did not have
kancli
imported at any stage prior to before raising this issue.