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
After v2 was merged directly into master (contrary to recommendations here https://blog.golang.org/v2-go-modules, section "Major version strategies"), some tools that (indirectly) rely on posener/complete and do no require module support broke.
The text was updated successfully, but these errors were encountered:
drscre
changed the title
Releasing v2 into master broke compatibility
Releasing v2 into master broke go get compatibility
Nov 18, 2019
posener
changed the title
Releasing v2 into master broke go get compatibility
sql-migrate does not support go modules is broken by v2 change
Nov 18, 2019
rubenv#155posener/complete#107
Posener introduced breaking changes to the `complete` repository,
`sql-migrate` depends on that repository and can therefore not be built
anymore.
Intermediate solution is to fork repo and push dependencies.
After v2 was merged directly into master (contrary to recommendations here https://blog.golang.org/v2-go-modules, section "Major version strategies"), some tools that (indirectly) rely on posener/complete and do no require module support broke.
rubenv/sql-migrate#155
The text was updated successfully, but these errors were encountered: