From 6c3201ffd1e390acbeab682168e6a05a005e86ad Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Tue, 14 Jan 2025 18:18:55 +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 e47bfe1..daf340f 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/bitly/go-simplejson v0.5.0 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/phyer/v5sdkgo v0.1.4 github.com/sirupsen/logrus v1.9.3 )