httpclient/go.mod

11 lines
235 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
2024-05-31 12:33:36 +08:00
go.uber.org/multierr v1.10.0 // indirect
go.uber.org/zap v1.27.0 // indirect
2024-05-24 12:44:08 +08:00
golang.org/x/net v0.25.0 // indirect
)