Skip to content

Commit

Permalink
Update Go NATS client library import
Browse files Browse the repository at this point in the history
Signed-off-by: Waldemar Quevedo <[email protected]>
  • Loading branch information
wallyqs authored and deadprogram committed May 22, 2019
1 parent 3f24c43 commit f3a2bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/nats/nats_adaptor.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion platforms/nats/nats_adaptor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit f3a2bc5

Please sign in to comment.