txim/go.mod

9 lines
129 B
Modula-2
Raw Permalink Normal View History

2021-12-21 10:45:28 +08:00
module gitee.ltd/lxh/txim
2020-03-24 20:19:47 +08:00
go 1.13
require (
2021-12-21 10:45:28 +08:00
github.com/imroc/req v0.3.2
github.com/tencentyun/tls-sig-api-v2-golang v1.2.0
2020-03-24 20:19:47 +08:00
)