-
Notifications
You must be signed in to change notification settings - Fork 2
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
v0.4.0 and Modules #2
Comments
I'm getting a similar issue when executing When I explicitly try to install the v4.6.0 dependency I get the following error message:
It would be good to get an answer on this please. |
Thanks for bringing this to our attention. There is indeed a bug in our versioning and we will be working on a proper fix for this. In the meanwhile, you can download any tagged version of the Go SDK by using the related git commit hash, rather than the version number, which can be found on the Releases page. For example. To install v5.0.1, run
in your go module's directory. In the go.mod file it will then show up as v0.4.1
but you can simply ignore this. As long as the git sha matches that of the desired version on Github you are good to go.
Will show that v5.0.1 is installed. |
When using
go.mod
and the official Aylien SDK for go and go modules, ago get
pulls the old SDK of v0.4.0 and I cannot seem to update it.This is an error:
undefined: newsapi.NewAPIClient
This is in my
go.mod
file:github.com/AYLIEN/aylien_newsapi_go v0.4.0
The text was updated successfully, but these errors were encountered: