diff --git a/collector/service.go b/collector/service.go index 5e6c3efd..396de181 100644 --- a/collector/service.go +++ b/collector/service.go @@ -7,7 +7,7 @@ import ( "strings" "github.com/StackExchange/wmi" - "github.com/newrelic-forks/windows_exporter/log" + "github.com/prometheus-community/windows_exporter/log" "github.com/prometheus/client_golang/prometheus" "golang.org/x/sys/windows" "golang.org/x/sys/windows/svc/mgr"