ja/go.mod
Young Xu 382f10af6d fix: change download link to hostself
Signed-off-by: Young Xu <xuthus5@gmail.com>
2024-12-22 22:19:03 +08:00

17 lines
363 B
Modula-2

module gitter.top/apps/ja
go 1.22
require (
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.10.0
)
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
)