2024-07-28 06:03:07 +00:00
|
|
|
module gitter.top/apps/ja
|
2024-07-28 05:58:14 +00:00
|
|
|
|
2024-12-22 14:19:03 +00:00
|
|
|
go 1.22
|
2024-07-28 05:58:14 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/spf13/cobra v1.8.1
|
2024-12-22 14:19:03 +00:00
|
|
|
github.com/stretchr/testify v1.10.0
|
2024-07-28 05:58:14 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|