Change the imports back to the lovoo path

This commit is contained in:
thonit
2015-12-21 20:18:15 +01:00
parent 470c5a0ae2
commit d5a4ca52d9

View File

@ -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"
)