-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
go get -u github.com/jinzhu/gorm not working #2398
Comments
Can confirm this issue. I just ran into the same error. Tried on Linux and OSX with go 1.11 and 1.12. |
same
Seems related to |
When using |
I have the same issue here. |
This change updates just github.com/denisenkom/go-mssqldb to latest to resolve the mess caused by golang/lint adding mod support. See golang/lint#436.
This change updates just github.com/denisenkom/go-mssqldb to latest to resolve the mess caused by golang/lint adding mod support. See golang/lint#436.
We have the same issue. I'm wondering if there's a plan for updating this? I can submit a PR from my fork if you like. I simply updated go-mssqldb to latest and can't reproduce anymore. |
What version of Go are you using (
go version
)?go version go1.12.4 darwin/amd64
Log of
go get -u github.com/jinzhu/gorm
The text was updated successfully, but these errors were encountered: