Xinwei Xiong(cubxxw-openim) fabdd4b313
feat: save all bash and docs labels
Signed-off-by: Xinwei Xiong(cubxxw-openim) <3293172751nss@gmail.com>
2023-08-17 14:48:04 +08:00

11 lines
192 B
Modula-2

module github.com/OpenIMSDK/Open-IM-Server/test/typecheck
go 1.20
require golang.org/x/tools v0.12.0
require (
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sys v0.11.0 // indirect
)