refactor(import): updated to use the new import path for go-nats
This commit is contained in:
parent
952a716c38
commit
109f13d3f2
2
nats.go
2
nats.go
@ -8,7 +8,7 @@ import (
|
||||
"github.com/micro/go-micro/broker"
|
||||
"github.com/micro/go-micro/broker/codec/json"
|
||||
"github.com/micro/go-micro/cmd"
|
||||
"github.com/nats-io/nats"
|
||||
"github.com/nats-io/go-nats"
|
||||
)
|
||||
|
||||
type nbroker struct {
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/micro/go-micro/broker"
|
||||
"github.com/nats-io/nats"
|
||||
"github.com/nats-io/go-nats"
|
||||
)
|
||||
|
||||
var addrTestCases = []struct {
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"context"
|
||||
|
||||
"github.com/micro/go-micro/broker"
|
||||
"github.com/nats-io/nats"
|
||||
"github.com/nats-io/go-nats"
|
||||
)
|
||||
|
||||
type optionsKey struct{}
|
||||
|
Loading…
Reference in New Issue
Block a user