network/go.mod

8 lines
108 B
Modula-2
Raw Normal View History

2022-05-01 20:02:15 +08:00
module git.zhangdeman.cn/zhangdeman/httpclient
2023-08-01 17:29:01 +08:00
go 1.20
2022-05-01 20:02:15 +08:00
2023-08-10 14:37:31 +08:00
require (
github.com/ddliu/go-httpclient v0.7.1
)