fea: update go mod

This commit is contained in:
2026-03-30 22:04:43 +08:00
parent 37845ba6ea
commit c42522f781
2 changed files with 12 additions and 3 deletions

7
go.mod
View File

@@ -5,12 +5,12 @@ go 1.24.0
toolchain go1.24.2
require (
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20260110085649-492e9bae2f71
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20260127050054-349cdcde813a
git.zhangdeman.cn/zhangdeman/util v0.0.0-20260105024213-3d76b1bcde5a
git.zhangdeman.cn/zhangdeman/wrapper v0.0.0-20251225094759-09c64ba2541c
git.zhangdeman.cn/zhangdeman/wrapper v0.0.0-20260321023345-6c6e467e3a14
github.com/go-redis/redismock/v9 v9.2.0
github.com/pkg/errors v0.9.1
github.com/redis/go-redis/v9 v9.17.3
github.com/redis/go-redis/v9 v9.18.0
go.uber.org/zap v1.27.1
gopkg.in/yaml.v3 v3.0.1
)
@@ -28,6 +28,7 @@ require (
github.com/tidwall/gjson v1.18.0 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
gopkg.in/ini.v1 v1.67.1 // indirect
)