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

Please use gopkg.in/gorp.v1 #19

Closed
GeertJohan opened this issue Jul 13, 2015 · 2 comments
Closed

Please use gopkg.in/gorp.v1 #19

GeertJohan opened this issue Jul 13, 2015 · 2 comments

Comments

@GeertJohan
Copy link

I see that you are importing gorp from github.com/go-gorp/gorp.
This is the unstable "bleeding edge" version. We are working on breaking changes, it is likely that your program will fail to compile unless you update your code to reflect the changes.

Please use gopkg.in/gorp.v1 as import path, it provides the last stable gorp v1 release and will not break (unless a breaking change is required to fix a security issue).

When the changes to the master branch are complete, v2 will be released. See go-gorp/gorp#270 for more information.
Thanks.

@rubenv rubenv closed this as completed in 53184e1 Jul 13, 2015
@rubenv
Copy link
Owner

rubenv commented Jul 13, 2015

Make sense, done!

Thanks for the heads up

@GeertJohan
Copy link
Author

No problem, make sure to check gorp v2 when it's released, good improvements coming up!

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

2 participants