ribice/glice

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:

CleanShot 2022-01-13 at 21 12 15

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

Bump?

Should be resolved with f1a5060.

Do go install github.com/ribice/glice/v2/cmd/glice@v2.3.0.

If the issue persists please re-open the issue. Thanks!