2024-03-01 17:34:57 +08:00
|
|
|
module git.apinb.com/bsm-tools/bsm
|
|
|
|
|
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
require git.apinb.com/bsm-sdk/engine v1.0.9
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
|
|
github.com/jaevor/go-nanoid v1.3.0 // indirect
|
|
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
2024-03-01 23:12:35 +08:00
|
|
|
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
|
2024-03-01 17:34:57 +08:00
|
|
|
github.com/modood/table v0.0.0-20220527013332-8d47e76dad33
|
|
|
|
github.com/spf13/cobra v1.8.0
|
|
|
|
gorm.io/gorm v1.25.7 // indirect
|
|
|
|
)
|