This commit is contained in:
蒋海成 2025-05-09 16:55:51 +08:00
parent 6f881cfd9c
commit 9b94fca511
2 changed files with 1 additions and 2 deletions

2
go.mod
View File

@ -20,7 +20,7 @@ go 1.18
//replace github.com/fonchain_enterprise/utils/objstorage => ../../tyfon-/utils/objstorage //replace github.com/fonchain_enterprise/utils/objstorage => ../../tyfon-/utils/objstorage
replace github.com/fonchain_enterprise/utils/objstorage => ../utils/objstorage replace github.com/fonchain_enterprise/utils/objstorage => ../utils/objstorage
//
require ( require (
dubbo.apache.org/dubbo-go/v3 v3.0.2 dubbo.apache.org/dubbo-go/v3 v3.0.2
github.com/dubbogo/grpc-go v1.42.9 github.com/dubbogo/grpc-go v1.42.9

View File

@ -7,7 +7,6 @@ import (
"fonchain-fiee/api/account" "fonchain-fiee/api/account"
"fonchain-fiee/api/bundle" "fonchain-fiee/api/bundle"
"fonchain-fiee/api/order" "fonchain-fiee/api/order"
"fonchain-fiee/pkg/e"
"fonchain-fiee/pkg/model/login" "fonchain-fiee/pkg/model/login"
"fonchain-fiee/pkg/service" "fonchain-fiee/pkg/service"
"fonchain-fiee/pkg/service/bundle/common" "fonchain-fiee/pkg/service/bundle/common"