module github.com/db-journey/sqlite3-driver go 1.13 require ( github.com/db-journey/migrate/v2 v2.0.4 github.com/mattn/go-sqlite3 v1.11.0 )