-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
v1.3.1 Breaks build #161
Comments
Hi, most likely something is not right with the module name |
I think the module name in -module sqlmock
+module gopkg.in/DATA-DOG/go-sqlmock.v1 |
is it a good practice to have a |
Initialize
You don't need |
created the v1.3.2 tag, hope that will not cause any more issues |
@l3pp4rd you can now start to migrate away from |
@philtay would you be kind to create a pull request? |
@l3pp4rd I can't right now, but the commands below should be enough:
|
Seems to work, do not forget to fix the README as well to use |
Thanks for breaking all our go.mod files and imports. 😭 |
On Mac, here is the fixed
|
@dolmen You're welcome! |
Any idea what is going on here? This has been happening for us since the 1.3.1 release.
The text was updated successfully, but these errors were encountered: