2026-02-28 17:50:05 +00:00
|
|
|
module gmgauthier.com/grokkit
|
|
|
|
|
|
2026-02-28 18:03:12 +00:00
|
|
|
go 1.24
|
|
|
|
|
|
2026-02-28 18:41:20 +00:00
|
|
|
require (
|
|
|
|
|
github.com/fatih/color v1.18.0
|
|
|
|
|
github.com/spf13/cobra v1.9.1
|
|
|
|
|
)
|
2026-02-28 18:03:12 +00:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2026-02-28 18:41:20 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2026-02-28 18:03:12 +00:00
|
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
2026-02-28 18:41:20 +00:00
|
|
|
golang.org/x/sys v0.25.0 // indirect
|
2026-02-28 18:03:12 +00:00
|
|
|
)
|