From 6ff5a2ea58293eada758746711ae2e10eb8b2aac Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Fri, 27 Dec 2024 12:41:48 +0800 Subject: [PATCH] debug --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7a4c210..f4306bb 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.1.88 + github.com/phyer/core v0.1.89 github.com/phyer/v5sdkgo v0.1.4 github.com/sirupsen/logrus v1.9.3 )