This commit is contained in:
Asim Aslam 2019-06-04 13:05:57 +01:00 committed by Vasiliy Tolstov
parent 2fcc1dbf5d
commit 7d84f2005b

View File

@ -10,10 +10,10 @@ import (
"time" "time"
"github.com/google/uuid" "github.com/google/uuid"
log "github.com/micro/go-micro/util/log"
"github.com/micro/go-micro/broker" "github.com/micro/go-micro/broker"
"github.com/micro/go-micro/cmd" "github.com/micro/go-micro/cmd"
"github.com/micro/go-micro/codec/json" "github.com/micro/go-micro/codec/json"
log "github.com/micro/go-micro/util/log"
stan "github.com/nats-io/stan.go" stan "github.com/nats-io/stan.go"
) )