charmbracelet / kancli

A tutorial for building a command line kanban board in Go
180 stars 33 forks source link

Unable to "go get" kancli #17

Closed Kapparina closed 1 month ago

Kapparina commented 2 months 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:

  1. Open terminal
  2. Run go get github.com/charmbracelet/kancli@latest
  3. Observe error

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.