2 Commits

Author SHA1 Message Date
Colin Henry
29d3e5df23 retract previous versions 2021-07-10 16:18:59 -07:00
Colin Henry
4ae15885b6 fixed module path 2021-07-10 14:43:28 -07:00

7
go.mod
View File

@@ -1,5 +1,10 @@
module github.com/jchenry/tmp/migrate
module github.com/jchenry/migrate
go 1.16
require github.com/mattn/go-sqlite3 v1.14.7
retract (
v0.0.1 // Published accidentally.
v1.0.2 // Contains retractions only.
)