22 lines
471 B
Modula-2
22 lines
471 B
Modula-2
module git.marketally.com/tutus-one/tutus-bolt
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/spf13/pflag v1.0.6
|
|
github.com/stretchr/testify v1.10.0
|
|
go.etcd.io/gofail v0.2.0
|
|
golang.org/x/sync v0.14.0
|
|
golang.org/x/sys v0.33.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
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|