Update Go NATS client library import
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
This commit is contained in:
parent
e1b18ae5d9
commit
c5b507a3e4
|
@ -1,7 +1,7 @@
|
|||
package nats
|
||||
|
||||
import (
|
||||
"github.com/nats-io/nats"
|
||||
"github.com/nats-io/go-nats"
|
||||
"gobot.io/x/gobot"
|
||||
"net/url"
|
||||
"strings"
|
||||
|
|
|
@ -6,7 +6,7 @@ import (
|
|||
"strings"
|
||||
"testing"
|
||||
|
||||
"github.com/nats-io/nats"
|
||||
"github.com/nats-io/go-nats"
|
||||
"gobot.io/x/gobot"
|
||||
"gobot.io/x/gobot/gobottest"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue