From 9052b116b5c0a7afc59ac74ef84069f87f98a42f Mon Sep 17 00:00:00 2001 From: Olli-Pekka Lehto Date: Mon, 12 Mar 2018 23:42:11 -0500 Subject: [PATCH] Changed the nats import to the correct path --- filter/filter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter/filter.go b/filter/filter.go index 708177a..1beeaa9 100644 --- a/filter/filter.go +++ b/filter/filter.go @@ -25,7 +25,7 @@ import ( "github.com/jumptrading/influx-spout/config" "github.com/jumptrading/influx-spout/lineformatter" "github.com/jumptrading/influx-spout/stats" - "github.com/nats-io/nats" + "github.com/nats-io/go-nats" ) // Name for supported stats