You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
module github.com/openimsdk/open-im-server/v3/tools/imctl
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/MakeNowJust/heredoc/v2 v2.0.1
|
|
|
|
github.com/mitchellh/go-wordwrap v1.0.1
|
|
|
|
github.com/moby/term v0.5.0
|
|
|
|
github.com/russross/blackfriday v1.6.0
|
|
|
|
github.com/spf13/cobra v1.7.0
|
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
|
|
)
|