Files

17 lines
327 B
AMPL
Raw Permalink Normal View History

module code.zhecent.com/open/shop-crm-agent
go 1.26
require (
github.com/spf13/cobra v1.10.2
golang.org/x/mod v0.38.0
golang.org/x/sys v0.47.0
golang.org/x/term v0.45.0
google.golang.org/protobuf v1.36.11
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
)