diff --git a/README.md b/README.md index f0b158e09..5a6cf6297 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ package migrations import ( "database/sql" - "github.com/pressly/goose" + "github.com/pressly/goose/v3" ) func init() { diff --git a/create.go b/create.go index d361070f1..53b439565 100644 --- a/create.go +++ b/create.go @@ -101,7 +101,7 @@ var goSQLMigrationTemplate = template.Must(template.New("goose.go-migration").Pa import ( "database/sql" - "github.com/pressly/goose" + "github.com/pressly/goose/v3" ) func init() {