httpclient/go.mod

9 lines
156 B
Modula-2
Raw Normal View History

2024-05-24 12:30:20 +08:00
module git.zhangdeman.cn/gateway/httpclient
go 1.22.3
2024-05-24 12:44:08 +08:00
require (
github.com/go-resty/resty/v2 v2.13.1 // indirect
golang.org/x/net v0.25.0 // indirect
)