feat: update go mod

This commit is contained in:
2026-01-04 12:44:57 +08:00
parent 607d407b62
commit 9f9f62f598
2 changed files with 7 additions and 3 deletions

6
go.mod
View File

@@ -1,11 +1,12 @@
module git.zhangdeman.cn/zhangdeman/rate_limit
go 1.22.4
go 1.24.0
require (
git.zhangdeman.cn/zhangdeman/redis v0.0.0-20240620104455-27e193a0ea47
github.com/go-redis/redis_rate/v10 v10.0.1
github.com/redis/go-redis/v9 v9.5.3
github.com/redis/go-redis/v9 v9.17.2
golang.org/x/time v0.14.0
)
require (
@@ -29,6 +30,5 @@ require (
github.com/tidwall/pretty v1.2.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/time v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)