diff --git a/go.mod b/go.mod index e7e04d3..66edb91 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ go 1.18 //replace github.com/fonchain_enterprise/utils/objstorage => ../../tyfon-新/utils/objstorage replace github.com/fonchain_enterprise/utils/objstorage => ../utils/objstorage - +// require ( dubbo.apache.org/dubbo-go/v3 v3.0.2 github.com/dubbogo/grpc-go v1.42.9 diff --git a/pkg/service/bundle/bundleOrder.go b/pkg/service/bundle/bundleOrder.go index a9ece2f..61b4e7d 100644 --- a/pkg/service/bundle/bundleOrder.go +++ b/pkg/service/bundle/bundleOrder.go @@ -7,7 +7,6 @@ import ( "fonchain-fiee/api/account" "fonchain-fiee/api/bundle" "fonchain-fiee/api/order" - "fonchain-fiee/pkg/e" "fonchain-fiee/pkg/model/login" "fonchain-fiee/pkg/service" "fonchain-fiee/pkg/service/bundle/common"