Skip to content
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

ClickHouse version #111

Open
jqtruong opened this issue Dec 13, 2021 · 0 comments
Open

ClickHouse version #111

jqtruong opened this issue Dec 13, 2021 · 0 comments

Comments

@jqtruong
Copy link

Hello, i'm trying to go install github.com/free/sql_exporter/cmd/[email protected] but it fails with:

go: github.com/free/sql_exporter/cmd/sql_exporter imports
	github.com/free/sql_exporter imports
	github.com/kshvakov/clickhouse: github.com/kshvakov/[email protected]: parsing go.mod:
	module declares its path as: github.com/ClickHouse/clickhouse-go
	        but was required as: github.com/kshvakov/clickhouse

whereas go install github.com/free/sql_exporter/cmd/sql_exporter@latest works fine, but i would prefer to use a release tag/version, instead. I was wondering why 0.5 and latest differ though... I see that the fix was applied in:

7ead955 2019-11-26 10:49:59 Sergei Zyubin Update dependencies (#48)

so about 10 months after the 0.5 tag was created, with the following change:

+       _ "github.com/ClickHouse/clickhouse-go" // register the ClickHouse driver
-       _ "github.com/kshvakov/clickhouse" // register the ClickHouse driver

would it be possible to create a new tag with that fix in? and not sure if i'm grasping at straws here, but might you know why go install 0.5 downloads a version from 2019-01-14 where as go install latest downloads one from 2019-11-27? (i would not mind using latest in this case, but it would be troublesome in that i would not know when it changes...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant