go-pg / migrations

SQL database migrations for Golang go-pg and PostgreSQL
https://godoc.org/github.com/go-pg/migrations
BSD 2-Clause "Simplified" License
309 stars 59 forks source link

github.com/go-pg/pg/v9 is missing #76

Closed Montesk closed 5 years ago

Montesk commented 5 years ago

Can't install go-pg packages as dependency, seems to be no longer available. I tried to make installation with "go dep" dependency manager.

I've got the multiple errors github.com/go-pg/pg/v9 is missing; required by github.com/go-pg/migrations@v7.1.3.

vmihailenco commented 5 years ago

You need to migrate to Go modules or stay on the old version.