File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ import (
15
15
"strconv"
16
16
"strings"
17
17
18
- "github.com/gemnasium /migrate/driver "
19
- "github.com/gemnasium /migrate/file "
20
- "github.com/gemnasium /migrate/migrate/direction "
18
+ "github.com/db-journey /migrate/direction "
19
+ "github.com/db-journey /migrate/driver "
20
+ "github.com/db-journey /migrate/file "
21
21
"github.com/go-sql-driver/mysql"
22
22
)
23
23
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import (
7
7
"strings"
8
8
"testing"
9
9
10
- "github.com/gemnasium /migrate/file"
11
- "github.com/gemnasium/migrate /migrate/direction"
12
- pipep "github.com/gemnasium /migrate/pipe"
10
+ "github.com/db-journey /migrate/file"
11
+ "github.com/db-journey /migrate/direction"
12
+ pipep "github.com/db-journey /migrate/pipe"
13
13
)
14
14
15
15
// TestMigrate runs some additional tests on Migrate().
16
- // Basic testing is already done in migrate/ migrate_test.go
16
+ // Basic testing is already done in migrate_test.go
17
17
func TestMigrate (t * testing.T ) {
18
18
host := os .Getenv ("MYSQL_PORT_3306_TCP_ADDR" )
19
19
port := os .Getenv ("MYSQL_PORT_3306_TCP_PORT" )
You can’t perform that action at this time.
0 commit comments