|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
common "git.mashibing.com/msb_47094/shopping-comm"
|
|
|
|
|
consul "github.com/asim/go-micro/plugins/registry/consul/v4"
|
|
|
|
|
ratelimiter "github.com/go-micro/plugins/v4/wrapper/ratelimiter/uber"
|
|
|
|
|
opentracing2 "github.com/go-micro/plugins/v4/wrapper/trace/opentracing"
|
|
|
|
|
"github.com/opentracing/opentracing-go"
|
|
|
|
|
"go-micro.dev/v4"
|
|
|
|
|
"go-micro.dev/v4/registry"
|
|
|
|
|
"goproduct/common"
|
|
|
|
|
"goproduct/domain/repository"
|
|
|
|
|
"goproduct/domain/service"
|
|
|
|
|
"goproduct/handler"
|
|
|
|
|