2022-04-26 22:14:12 -04:00
|
|
|
module walkah.dev/walkah/gotem
|
|
|
|
|
2023-12-25 16:57:44 -05:00
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require github.com/spf13/cobra v1.8.0
|
2022-04-26 22:14:12 -04:00
|
|
|
|
|
|
|
require (
|
2023-12-25 16:57:44 -05:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-04-26 22:14:12 -04:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|