From 35667a055f15c0d7bc2c06a265be22464aeeed9c Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Thu, 26 Dec 2024 14:11:47 +0800 Subject: [PATCH] change --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 51664ac..e44065d 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.76 + github.com/phyer/core v0.1.77 github.com/phyer/v5sdkgo v0.1.4 github.com/sirupsen/logrus v1.9.3 )