-
Notifications
You must be signed in to change notification settings - Fork 280
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
Update gorp dependency to gorp.v2 #205
Comments
It's probably about time we do that indeed! Could you send a PR? |
#206 bumps to the latest gorp which is backwards compatible with v2.2.0 except it cleans up its go.mod handling. HTH! |
@jamesatwill-okta @rubenv $ go get -v github.com/rubenv/sql-migrate/...
github.com/rubenv/sql-migrate (download)
github.com/go-gorp/gorp (download)
package github.com/rubenv/sql-migrate: cannot find package "github.com/go-gorp/gorp/v3" in any of:
/usr/local/go/src/github.com/go-gorp/gorp/v3 (from $GOROOT)
/go/src/github.com/go-gorp/gorp/v3 (from $GOPATH) |
@wonsikin Had the same error too. If you do |
I'm sorry. I had mistake. |
@jotaro-biz here's a good writeup on what |
Hi! Could I convince you to migrate from
gorp.v1
togorp.v2
?There's only one note in the migration guide: https://github.com/go-gorp/gorp#pre-v2-to-v2
The text was updated successfully, but these errors were encountered: