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
Since you're using Go 1.11+ and migrate v4, I'd use modules if possible. dep is used to manage dependencies for migrate v3 and Go 1.10.x. However, since Go 1.12 was just released and we only support supported version of Go, Go 1.10.x support will be dropped soon. e.g. won't be backporting security fixes.
You can try using migrate v3 with glide, but migrate won't officially support that.
My guess is that you're hitting an issue similar to: #103
Describe the Bug
Cannot install migrate using glide
Steps to Reproduce
Steps to reproduce the behavior:
glide get github.com/golang-migrate/migrate
Go Version
go version go1.11.2 linux/amd64
Stacktrace
The text was updated successfully, but these errors were encountered: