You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've upgraded my mysql install from v5.7 to v8, and had gnorm not working anymore.
After some debug, I've found that this is due to the version of the mysql driver being a bit too old.
So I've tried upgrading all the dependencies in my fork and this worked.
I first removed the Gopkg files, the vendor folder, and made all the imports point to my fork, then dep init, tweaked the Gopkg.toml to set all the dependencies (but 1) on their master branch, then dep ensure -v -update, and voila, a working gnorm version with up-to-date dependencies.
The text was updated successfully, but these errors were encountered:
I've upgraded my mysql install from v5.7 to v8, and had
gnorm
not working anymore.After some debug, I've found that this is due to the version of the mysql driver being a bit too old.
So I've tried upgrading all the dependencies in my fork and this worked.
I first removed the Gopkg files, the vendor folder, and made all the imports point to my fork, then
dep init
, tweaked theGopkg.toml
to set all the dependencies (but 1) on theirmaster
branch, thendep ensure -v -update
, and voila, a workinggnorm
version with up-to-date dependencies.The text was updated successfully, but these errors were encountered: