From d5a4ca52d9eaa5485f6749e466fe9783b6025dc0 Mon Sep 17 00:00:00 2001 From: thonit Date: Mon, 21 Dec 2015 20:18:15 +0100 Subject: [PATCH] Change the imports back to the lovoo path --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d713849..80b1da3 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( "net/url" "strings" - "github.com/tsne/nsq_exporter/collector" + "github.com/lovoo/nsq_exporter/collector" "github.com/prometheus/client_golang/prometheus" )