2023-09-07 19:04:36 +08:00
|
|
|
module github.com/openimsdk/open-im-server/v3/tools/infra
|
2023-08-08 11:24:15 +08:00
|
|
|
|
2023-10-21 15:23:33 +08:00
|
|
|
go 1.19
|
2023-10-30 10:16:37 +08:00
|
|
|
|
|
|
|
|
require github.com/fatih/color v1.15.0
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
|
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
|
|
|
)
|