From 7f4df7402a93a162f9d91f908f0f205861cd9ff5 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Wed, 18 Dec 2024 13:33:17 +0800 Subject: [PATCH] add lastUpdate to candle and maX --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7cd69ed..eaccf92 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.30 + github.com/phyer/core v0.1.31 github.com/sirupsen/logrus v1.9.3 )