Merge remote-tracking branch 'origin/errcode' into errcode

This commit is contained in:
withchao
2023-06-19 10:22:50 +08:00
40 changed files with 365 additions and 35 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/config"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/constant"
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/db/cache"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
"google.golang.org/api/option"
)
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"github.com/OpenIMSDK/Open-IM-Server/pkg/common/mcontext"
"github.com/OpenIMSDK/Open-IM-Server/pkg/errs"
"github.com/OpenIMSDK/Open-IM-Server/pkg/utils/splitter"
"github.com/go-redis/redis/v8"
"github.com/redis/go-redis/v9"
"context"
"crypto/sha256"