diff --git a/libvirt_exporter.go b/libvirt_exporter.go index fb3bd27..50b23b2 100644 --- a/libvirt_exporter.go +++ b/libvirt_exporter.go @@ -25,7 +25,7 @@ import ( "os" "strconv" - "github.com/AlexZzz/libvirt-exporter/libvirtSchema" + "github.com/Tinkoff/libvirt-exporter/libvirtSchema" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" "gopkg.in/alecthomas/kingpin.v2"