File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import (
1414 "strings"
1515 "time"
1616
17- "github.com/go-gorp/gorp"
1817 "github.com/rubenv/sql-migrate/sqlparse"
18+ "gopkg.in/gorp.v1"
1919)
2020
2121type MigrationDirection int
Original file line number Diff line number Diff line change 44 "database/sql"
55 "os"
66
7- "github.com/go-gorp/gorp"
87 _ "github.com/mattn/go-sqlite3"
98 . "gopkg.in/check.v1"
9+ "gopkg.in/gorp.v1"
1010)
1111
1212var filename = "/tmp/sql-migrate-sqlite.db"
Original file line number Diff line number Diff line change 77 "fmt"
88 "io/ioutil"
99
10- "github.com/go-gorp/gorp"
1110 "github.com/rubenv/sql-migrate"
11+ "gopkg.in/gorp.v1"
1212 "gopkg.in/yaml.v1"
1313
1414 _ "github.com/go-sql-driver/mysql"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package main
44
55import (
66 _ "github.com/denisenkom/go-mssqldb"
7- "github.com/go- gorp/gorp "
7+ "gopkg.in/ gorp.v1 "
88)
99
1010func init () {
You can’t perform that action at this time.
0 commit comments