Files
shop-crm-agent/go.mod
T

14 lines
248 B
AMPL
Raw Normal View History

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