From 384183120f929402f2e64d3f44f0e2fbda42f4cf Mon Sep 17 00:00:00 2001 From: Carlos Castro Date: Mon, 23 Aug 2021 17:27:11 +0100 Subject: [PATCH] Update service.go Signed-off-by: Carlos Castro --- collector/service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/collector/service.go b/collector/service.go index 3156dd54..5e6c3efd 100644 --- a/collector/service.go +++ b/collector/service.go @@ -6,6 +6,7 @@ import ( "fmt" "strings" + "github.com/StackExchange/wmi" "github.com/newrelic-forks/windows_exporter/log" "github.com/prometheus/client_golang/prometheus" "golang.org/x/sys/windows"