When using the go install github.com/contextvibes/cli/cmd/contextvibes@latest this error occurs:
../../../go/pkg/mod/github.com/contextvibes/cli@v0.6.0/cmd/library/library.go:7:2: module github.com/contextvibes/cli@latest found (v0.6.0), but does not contain package github.com/contextvibes/cli/cmd/library/thea
Was able to build the project myself by cloning the repo and removing the "thea" package imports from library.go and then it works fine.
When using the
go install github.com/contextvibes/cli/cmd/contextvibes@latestthis error occurs:Was able to build the project myself by cloning the repo and removing the "thea" package imports from
library.goand then it works fine.