fix serialize

This commit is contained in:
2024-10-24 21:48:01 +08:00
parent 73999a8452
commit faef357487
4 changed files with 24 additions and 11 deletions

12
go.mod
View File

@ -3,19 +3,19 @@ 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
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-20240517060653-203cc568fbec // indirect
git.zhangdeman.cn/zhangdeman/util v0.0.0-20231227095334-7eb5cdbf9253 // indirect
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.26.0 // indirect
golang.org/x/net v0.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)