Dear @loreto, Go team recommends using go install instead of go get, but…
$ go install -ldflags="-s -w" github.com/jetify-com/typeid@latest
go: downloading github.com/jetify-com/typeid v0.1.1
go: github.com/jetify-com/typeid@latest: version constraints conflict:
github.com/jetify-com/typeid@v0.1.1: parsing go.mod:
module declares its path as: go.jetpack.io/typeid-cli
but was required as: github.com/jetify-com/typeid
Could you be so kind to fix it?
Dear @loreto, Go team recommends using
go installinstead ofgo get, but…Could you be so kind to fix it?