Skip to content

Commit

Permalink
updating readme and create command for v3 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
floydjones1 authored Aug 8, 2021
1 parent 6d62d83 commit 6631aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ package migrations
import (
"database/sql"

"github.com/pressly/goose"
"github.com/pressly/goose/v3"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 6631aae

Please sign in to comment.