rename
This commit is contained in:
parent
34a9ee7d2b
commit
5d55cc1761
2 changed files with 2 additions and 2 deletions
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module github.com/joncalhoun/migrate
|
||||
module gitea.nulo.in/Nulo/go-migrate
|
||||
|
||||
go 1.14
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"fmt"
|
||||
"testing"
|
||||
|
||||
"github.com/joncalhoun/migrate"
|
||||
"gitea.nulo.in/Nulo/go-migrate"
|
||||
_ "github.com/mattn/go-sqlite3"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue