Installing glice fails
weeco opened this issue · 2 comments
weeco commented
I'm having issues installing glice, partially because v2.0.0 for instance has been released but go.mod does not comply with what Go expects (/v2
has to be the suffix), but also all the README commands do not seem to work. I have installed other CLI tools without issues. Here's a screenshot:
As for the v2 go.mod name, see here how major versioning in Go works (not very intuitive :D): https://go.dev/blog/v2-go-modules
go install github.com/ribice/glice/cmd@v2.0.0
go install: github.com/ribice/glice/cmd@v2.0.0: github.com/ribice/glice@v2.0.0: invalid version: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v2
derekbassett commented
Bump?