After renaming the package can't be installed
MaXal opened this issue · 2 comments
MaXal commented
➜ awesomeProject go install github.com/ClickHouse/ch-go@latest
package github.com/ClickHouse/ch-go is not a main package
➜ awesomeProject go install github.com/go-faster/ch@latest
go: github.com/go-faster/ch@latest: github.com/go-faster/ch@v0.46.3: parsing go.mod:
module declares its path as: github.com/ClickHouse/ch-go
but was required as: github.com/go-faster/ch
ernado commented
Hey, please try go get github.com/ClickHouse/ch-go@latest
MaXal commented
Thanks, it works indeed! Also, I have a problem due to go.opentelemetry.io/otel/metric
but I've seen that you already fixed and updated the dependency and the code itself.
Thank you a lot for the fast reply! The issue can be closed.