M go.mod +1 -1
@@ 1,4 1,4 @@
-module petersanchez.com/migrate
+module petersanchez.com/x/migrate
go 1.16
M sql_test.go +1 -1
@@ 8,7 8,7 @@ import (
"testing"
_ "github.com/mattn/go-sqlite3"
- "petersanchez.com/migrate"
+ "petersanchez.com/x/migrate"
)
func sqliteInMem(t *testing.T) *sql.DB {