常用类型及数据操作方法
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.
 

10 lines
227 B

module git.tetele.net/tgo/helper
go 1.14
require (
git.tetele.net/tgo/crypter v0.2.2
github.com/ZZMarquis/gm v1.3.2
github.com/json-iterator/go v1.1.12
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 // indirect
)