cicd: bump League Patch (#1863)

pull/1869/head
OpenIM Bot 5 months ago committed by GitHub
parent c55e03dc70
commit bb862bd207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,10 +16,11 @@ package rpcclient
import (
"context"
"net/url"
"github.com/minio/minio-go/v7"
"github.com/minio/minio-go/v7/pkg/credentials"
"google.golang.org/grpc"
"net/url"
"github.com/OpenIMSDK/protocol/third"
"github.com/OpenIMSDK/tools/discoveryregistry"

@ -24,6 +24,7 @@ import (
"github.com/OpenIMSDK/tools/component"
"github.com/OpenIMSDK/tools/errs"
"github.com/openimsdk/open-im-server/v3/pkg/common/config"
"gopkg.in/yaml.v3"
@ -305,4 +306,4 @@ func getMinioAddr(key1, key2, key3, fallback string) (string, error) {
endpoint = strings.Join(arr, ":")
}
return endpoint, nil
}
}

Loading…
Cancel
Save