feat: upgrade go mod

This commit is contained in:
2025-12-13 16:41:25 +08:00
parent faef357487
commit 5a23821ac4
2 changed files with 22 additions and 7 deletions

15
go.mod
View File

@ -1,21 +1,22 @@
module git.zhangdeman.cn/gateway/httpclient
go 1.22.3
go 1.24.0
require (
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20241023104258-2e0a298aa558
github.com/go-resty/resty/v2 v2.15.3
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20251101092813-3dd9fb807f1c
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20251013044511-86c1a4a3a9dd
github.com/go-resty/resty/v2 v2.17.0
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/BurntSushi/toml v1.5.0 // indirect
github.com/go-ini/ini v1.67.0 // indirect
github.com/sbabiv/xml2map v1.2.1 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/net v0.48.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)