-
Notifications
You must be signed in to change notification settings - Fork 1.5k
failed on go1.13 #302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Seems related to #257 |
go get: github.com/kshvakov/clickhouse@v1.3.5 updating to
github.com/kshvakov/clickhouse@v1.3.12: parsing go.mod:
module declares its path as: github.com/ClickHouse/clickhouse-go
but was required as: github.com/kshvakov/clickhouse looks like caused by module define with repo |
Same problem this morning |
Also related to: #303 |
>>> go get -tags 'mysql' -u github.com/golang-migrate/migrate/v4/cmd/migrate/
go get: github.com/kshvakov/clickhouse@v1.3.5 updating to
github.com/kshvakov/clickhouse@v1.3.12: parsing go.mod:
module declares its path as: github.com/ClickHouse/clickhouse-go
but was required as: github.com/kshvakov/clickhouse different error but still broken |
@FelixSeptem try to fetch the master version go get -tags 'postgres' -u github.com/golang-migrate/migrate/v4/cmd/migrate@master |
It happened since the go get will fetch the last released version. That still using the old dependencies |
Can you release a new version @dhui? |
this command really help for me, #302 (comment) this is the true reason for above error, may solved after a new release tag made. |
Released v4.7.1 |
Describe the Bug
Steps to Reproduce
my environment:
Expected Behavior
get repo successful
The text was updated successfully, but these errors were encountered: