4
0

修改依赖路径

This commit is contained in:
dc.To 2025-08-27 15:03:16 +08:00
parent c9133edfd9
commit 6ed8f159e7
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import (
"context"
"strings"
"git.linkiio.cn/linkpay/invoke/apapter"
"git.blueorigin.work/blueorigin/invoke/apapter"
"github.com/gogf/gf/v2/frame/g"
"google.golang.org/grpc"
"google.golang.org/grpc/metadata"

View File

@ -4,8 +4,8 @@ import (
"os"
"path/filepath"
"git.linkiio.cn/linkpay/invoke/chain"
"git.linkiio.cn/linkpay/protobuf"
"git.blueorigin.work/blueorigin/invoke/chain"
"git.blueorigin.work/blueorigin/protobuf"
"github.com/gogf/gf/contrib/registry/etcd/v2"
"github.com/gogf/gf/contrib/rpc/grpcx/v2"
"google.golang.org/grpc"