This commit is contained in:
Cat /dev/Nulo 2023-01-18 14:06:12 -03:00
parent 34a9ee7d2b
commit 5d55cc1761
2 changed files with 2 additions and 2 deletions

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/joncalhoun/migrate module gitea.nulo.in/Nulo/go-migrate
go 1.14 go 1.14

View file

@ -5,7 +5,7 @@ import (
"fmt" "fmt"
"testing" "testing"
"github.com/joncalhoun/migrate" "gitea.nulo.in/Nulo/go-migrate"
_ "github.com/mattn/go-sqlite3" _ "github.com/mattn/go-sqlite3"
) )