replace config/cmd with cmd

This commit is contained in:
Asim Aslam 2020-07-14 21:27:09 +01:00 committed by Vasiliy Tolstov
parent 3d61830c73
commit f3efc24da9

View File

@ -12,7 +12,7 @@ import (
"github.com/google/uuid" "github.com/google/uuid"
"github.com/micro/go-micro/v2/broker" "github.com/micro/go-micro/v2/broker"
"github.com/micro/go-micro/v2/codec/json" "github.com/micro/go-micro/v2/codec/json"
"github.com/micro/go-micro/v2/config/cmd" "github.com/micro/go-micro/v2/cmd"
log "github.com/micro/go-micro/v2/logger" log "github.com/micro/go-micro/v2/logger"
stan "github.com/nats-io/stan.go" stan "github.com/nats-io/stan.go"
) )