2025-04-16 16:18:40 -04:00
|
|
|
module code.jakeyoungdev.com/jake/mctl
|
|
|
|
|
2025-04-24 18:22:16 +00:00
|
|
|
go 1.24.2
|
2025-04-16 16:18:40 -04:00
|
|
|
|
|
|
|
require (
|
2025-05-31 15:11:03 +00:00
|
|
|
github.com/jake-young-dev/mcr v1.4.0
|
2025-06-16 19:17:52 -04:00
|
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
|
|
github.com/ncruces/go-sqlite3 v0.26.1
|
2025-04-16 16:18:40 -04:00
|
|
|
github.com/spf13/cobra v1.9.1
|
|
|
|
golang.org/x/term v0.31.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2025-06-16 19:17:52 -04:00
|
|
|
github.com/ncruces/julianday v1.0.0 // indirect
|
2025-04-16 16:18:40 -04:00
|
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
2025-06-16 19:17:52 -04:00
|
|
|
github.com/tetratelabs/wazero v1.9.0 // indirect
|
|
|
|
golang.org/x/sys v0.33.0 // indirect
|
2025-04-16 16:18:40 -04:00
|
|
|
)
|