From 28968dbb17f0e23e0d9a9e3419296e33972551d2 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Tue, 14 Jan 2025 18:18:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9FSaveUikey=E5=85=B3=E7=B3=BB=E4=B8=8D?= =?UTF-8?q?=E5=A4=A7=EF=BC=8C=E5=BA=94=E8=AF=A5=E6=98=AFmax=E6=B2=A1?= =?UTF-8?q?=E6=9C=89=E5=8C=BA=E5=88=867/30=E7=9A=84hash=20key=E9=80=A0?= =?UTF-8?q?=E6=88=90=E5=86=99=E5=85=A5es=E8=A2=AB=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E5=AF=B9=E5=BE=85=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 92c9591..6091d6b 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ go 1.21 require ( github.com/go-redis/redis v6.15.9+incompatible - github.com/phyer/core v0.1.98 + github.com/phyer/core v0.1.99 github.com/sirupsen/logrus v1.9.3 )