update go mod

This commit is contained in:
2025-05-06 14:16:16 +08:00
parent dbc3056968
commit 20b6fb6bc1
2 changed files with 21 additions and 6 deletions

13
go.mod
View File

@@ -5,8 +5,8 @@ go 1.24.1
require (
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20250425024726-cc17224cb995
git.zhangdeman.cn/zhangdeman/dynamic-struct v0.0.0-20250429065800-fc340b9417cf
git.zhangdeman.cn/zhangdeman/json_filter v0.0.0-20250329080213-587a9bbe9dbc
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20250428041157-135850ee8a58
git.zhangdeman.cn/zhangdeman/json_filter v0.0.0-20250506061430-6c2c68c53e65
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20250504055908-8d68e6106ea9
github.com/creasty/defaults v1.8.0
github.com/go-playground/validator/v10 v10.26.0
github.com/tidwall/gjson v1.18.0
@@ -26,12 +26,13 @@ require (
github.com/leodido/go-urn v1.4.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mozillazg/go-pinyin v0.20.0 // indirect
github.com/sbabiv/xml2map v1.2.1 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.25.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)