From bd118ba82487e1db74bedffd48699758f0a27a76 Mon Sep 17 00:00:00 2001 From: FGadvancer Date: Tue, 15 Aug 2023 11:19:59 +0000 Subject: [PATCH] cicd: robot automated Change Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- pkg/common/db/cache/group.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/common/db/cache/group.go b/pkg/common/db/cache/group.go index 1a2a7d698..9ef5b8770 100644 --- a/pkg/common/db/cache/group.go +++ b/pkg/common/db/cache/group.go @@ -16,9 +16,10 @@ package cache import ( "context" - "github.com/OpenIMSDK/tools/log" "time" + "github.com/OpenIMSDK/tools/log" + "github.com/dtm-labs/rockscache" "github.com/redis/go-redis/v9"