update broker

This commit is contained in:
Asim Aslam
2020-01-19 13:35:23 +00:00
parent e1ca40c1fc
commit 9a8c1b7ab8
4 changed files with 162 additions and 38 deletions

View File

@@ -12,8 +12,8 @@ import (
"github.com/micro/go-micro/codec/json"
"github.com/micro/go-micro/registry"
"github.com/micro/go-micro/util/log"
"github.com/micro/go-micro/util/addr"
"github.com/micro/go-micro/util/log"
"github.com/nats-io/nats-server/v2/server"
nats "github.com/nats-io/nats.go"
)