bacardi55 / gtl

gtl - Gemini Tiny Logs - A simple TUI for the tinylog format on gemini
GNU General Public License v3.0
23 stars 0 forks source link

Error with the access path to tcell #7

Closed UncleReaton closed 3 years ago

UncleReaton commented 3 years ago

In the pre-release 0.4.1, it's impossible to make the dependencies due to a bad path. It's returning this : go get: malformed module path "github.com/gdamore/tcell/v2 v2.3

A quick work-around is to change in the Makefile github.com/gdamore/tcell/v2 v2.3 to github.com/gdamore/tcell. After it's done, everything works fine.

bacardi55 commented 3 years ago

Thanks again for the tests! I really should test more the Makefile dependencies (I could automate that with a docker container to test on a clean install).

Fixed in main branch, I'll release v0.4.2 tonight to fix this.

UncleReaton commented 3 years ago

Fixed in ade9fa25fffa123faec0086cc568f078efee4223 . 🎉