給max增加字段timestamp

This commit is contained in:
zhangkun9038@dingtalk.com 2024-12-17 16:56:07 +08:00
parent 39d9e5cf40
commit 865eaf34f6

2
go.mod
View File

@ -6,7 +6,7 @@ go 1.21
require (
github.com/go-redis/redis v6.15.9+incompatible
github.com/phyer/core v0.1.22
github.com/phyer/core v0.1.23
github.com/sirupsen/logrus v1.9.3
)