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-20241023104258-2e0a298aa558
|
|
github.com/go-resty/resty/v2 v2.15.3
|
|
github.com/tidwall/gjson v1.18.0
|
|
)
|
|
|
|
require (
|
|
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20241023090605-10cff9173059 // indirect
|
|
git.zhangdeman.cn/zhangdeman/util v0.0.0-20240618042405-6ee2c904644e // 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.30.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|