22 lines
698 B
Modula-2
22 lines
698 B
Modula-2
module git.zhangdeman.cn/gateway/httpclient
|
|
|
|
go 1.22.3
|
|
|
|
require (
|
|
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20240325080031-1f58204e8687
|
|
github.com/go-resty/resty/v2 v2.13.1
|
|
github.com/tidwall/gjson v1.17.1
|
|
)
|
|
|
|
require (
|
|
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20240517060653-203cc568fbec // indirect
|
|
git.zhangdeman.cn/zhangdeman/util v0.0.0-20231227095334-7eb5cdbf9253 // indirect
|
|
github.com/BurntSushi/toml v1.4.0 // indirect
|
|
github.com/go-ini/ini v1.67.0 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
golang.org/x/net v0.26.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|