nats: use new repo path

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2019-05-21 15:13:58 +03:00
parent 4ac1ad4a6b
commit 29684f038e
3 changed files with 10 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ package nats
import (
"github.com/micro/go-micro/broker"
nats "github.com/nats-io/go-nats"
nats "github.com/nats-io/nats.go"
)
type optionsKey struct{}