cicd: bump League Patch (#2057)

This commit is contained in:
OpenIM Bot
2024-03-10 10:24:20 +08:00
committed by GitHub
parent 572b5acc26
commit c12f9dca7c
40 changed files with 408 additions and 48 deletions
+1 -1
View File
@@ -16,7 +16,6 @@ package push
import (
"context"
"github.com/openimsdk/open-im-server/v3/pkg/rpccache"
"github.com/OpenIMSDK/protocol/constant"
pbpush "github.com/OpenIMSDK/protocol/push"
@@ -26,6 +25,7 @@ import (
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/cache"
"github.com/openimsdk/open-im-server/v3/pkg/common/db/controller"
"github.com/openimsdk/open-im-server/v3/pkg/rpccache"
"github.com/openimsdk/open-im-server/v3/pkg/rpcclient"
"google.golang.org/grpc"
)