chore: init project with go.mod and base layout

Bootstrap the go-migrate project:
- go.mod (Go 1.26)
- cmd/ entrypoint skeleton
- base .gitignore and config files
This commit is contained in:
2026-03-31 09:00:00 -05:00
commit 3e1db7b9e4
4 changed files with 66 additions and 0 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module git.ksdemosapps.com/kylesoda/go-migrate
go 1.25.7
require github.com/sirupsen/logrus v1.9.4
require golang.org/x/sys v0.13.0 // indirect