This commit is contained in:
2026-01-18 01:12:36 -08:00
parent 46e6c1272d
commit ca2081c72c
9 changed files with 37 additions and 21 deletions

4
go.mod Normal file → Executable file
View File

@@ -1,6 +1,6 @@
module github.com/jchenry/migrate
module git.sdf.org/jchenry/migrate
go 1.16
go 1.19
require github.com/mattn/go-sqlite3 v1.14.7