diff --git a/nats.go b/nats.go index 7c99bb9..ad81b63 100644 --- a/nats.go +++ b/nats.go @@ -4,9 +4,9 @@ import ( "encoding/json" "strings" - "github.com/apcera/nats" "github.com/micro/go-micro/broker" "github.com/micro/go-micro/cmd" + "github.com/nats-io/nats" ) type nbroker struct {