From 67ca5e5ef242e3dfbf13aba23f52c78a853b0773 Mon Sep 17 00:00:00 2001 From: Carlos Castro Date: Mon, 23 Aug 2021 17:30:16 +0100 Subject: [PATCH] Update service.go Signed-off-by: Carlos Castro --- collector/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"