|
|
@ -8,11 +8,11 @@ import (
|
|
|
|
"github.com/opentracing/opentracing-go"
|
|
|
|
"github.com/opentracing/opentracing-go"
|
|
|
|
"go-micro.dev/v4"
|
|
|
|
"go-micro.dev/v4"
|
|
|
|
"go-micro.dev/v4/registry"
|
|
|
|
"go-micro.dev/v4/registry"
|
|
|
|
"goproduct/domain/repository"
|
|
|
|
|
|
|
|
"goproduct/domain/service"
|
|
|
|
|
|
|
|
"goproduct/handler"
|
|
|
|
|
|
|
|
"goproduct/proto"
|
|
|
|
|
|
|
|
"log"
|
|
|
|
"log"
|
|
|
|
|
|
|
|
"shoppingCart/domain/repository"
|
|
|
|
|
|
|
|
"shoppingCart/domain/service"
|
|
|
|
|
|
|
|
"shoppingCart/handler"
|
|
|
|
|
|
|
|
"shoppingCart/proto"
|
|
|
|
"time"
|
|
|
|
"time"
|
|
|
|
)
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|