Update service.go

Signed-off-by: Carlos Castro <ccastro@newrelic.com>
This commit is contained in:
Carlos Castro 2021-08-23 17:30:16 +01:00
parent 384183120f
commit 67ca5e5ef2
No known key found for this signature in database
GPG Key ID: F170A867AE8B0492

View File

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