From 9458a5b051bc360479f6c3440ab2ead42a11befb Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Thu, 23 Jan 2025 12:22:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=EF=BC=9Ahttp://gitea.zjmod.x?= =?UTF-8?q?yz/phyer/core/issues/2#issue-2?= 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 b710c5e..f171856 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/bitly/go-simplejson v0.5.0 - github.com/phyer/core v0.2.17 + github.com/phyer/core v0.2.18 github.com/phyer/v5sdkgo v0.1.4 github.com/sirupsen/logrus v1.9.3 )