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 (
14
14
"strings"
15
15
"time"
16
16
17
- "github.com/go-gorp/gorp"
18
17
"github.com/rubenv/sql-migrate/sqlparse"
18
+ "gopkg.in/gorp.v1"
19
19
)
20
20
21
21
type MigrationDirection int
Original file line number Diff line number Diff line change 4
4
"database/sql"
5
5
"os"
6
6
7
- "github.com/go-gorp/gorp"
8
7
_ "github.com/mattn/go-sqlite3"
9
8
. "gopkg.in/check.v1"
9
+ "gopkg.in/gorp.v1"
10
10
)
11
11
12
12
var filename = "/tmp/sql-migrate-sqlite.db"
Original file line number Diff line number Diff line change 7
7
"fmt"
8
8
"io/ioutil"
9
9
10
- "github.com/go-gorp/gorp"
11
10
"github.com/rubenv/sql-migrate"
11
+ "gopkg.in/gorp.v1"
12
12
"gopkg.in/yaml.v1"
13
13
14
14
_ "github.com/go-sql-driver/mysql"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package main
4
4
5
5
import (
6
6
_ "github.com/denisenkom/go-mssqldb"
7
- "github.com/go- gorp/gorp "
7
+ "gopkg.in/ gorp.v1 "
8
8
)
9
9
10
10
func init () {
You can’t perform that action at this time.
0 commit comments