Files
open-im-server/test/typecheck/go.mod
T

11 lines
192 B
Modula-2
Raw Normal View History

module github.com/openimsdk/open-im-server/test/typecheck
go 1.19
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
)