upgrade: update go mod

This commit is contained in:
2025-10-18 11:15:00 +08:00
parent 0c0d237bd6
commit eda887e8ff
3 changed files with 9 additions and 4 deletions

4
go.mod
View File

@ -6,8 +6,8 @@ toolchain go1.24.2
require (
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20250916024308-d378e6c57772
git.zhangdeman.cn/zhangdeman/redis v0.0.0-20251013142555-be4a06504143
git.zhangdeman.cn/zhangdeman/wrapper v0.0.0-20251013094128-d57d32b103be
git.zhangdeman.cn/zhangdeman/redis v0.0.0-20251013151630-64624ba3f890
git.zhangdeman.cn/zhangdeman/wrapper v0.0.0-20251014035305-c0ec06fa6dff
github.com/patrickmn/go-cache v2.1.0+incompatible
)