-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unable to install with go get
#22
Comments
Unfortunately what has happened is that the upstream API (i.e. gocql) has landed a breaking change in the last fortnight which hasn't yet been pulled straight in cqlc. To compound this, I made the decision a while back not to pin the dependency on a specific gocql version, because this would make an assumption that an end user might not like. So the only two options are:
I think the best solution is (1). I'll try to get this done ASAP. |
@0x6e6562 ah I see. Thanks for looking in to this and let me know if I can help somehow. |
This issue was auto-closed by #23, but I'm re-opening to get your confirmation that this indeed fixes the issue you are seeing. |
Looks good. Thanks! (^_^) |
This tool looks great and I would love to use it. When I try install it I get compilation errors. I'm not sure if I'm doing something wrong or what. In this example I made a new empty
$GOPATH
to be sure there was not some weird dependency issue.Do you have any advice?
The text was updated successfully, but these errors were encountered: