From 6f90d83b83c4842edc8d3a188c66c2fa2ddf6d83 Mon Sep 17 00:00:00 2001 From: Calle Pettersson Date: Sun, 24 May 2020 20:38:05 +0200 Subject: [PATCH] Update module name --- exporter.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exporter.go b/exporter.go index 31f2ff6d..42e8e636 100644 --- a/exporter.go +++ b/exporter.go @@ -15,7 +15,7 @@ import ( "golang.org/x/sys/windows/svc" "github.com/StackExchange/wmi" - "github.com/martinlindhe/wmi_exporter/collector" + "github.com/prometheus-community/windows_exporter/collector" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promhttp" "github.com/prometheus/common/log" diff --git a/go.mod b/go.mod index 6d146dba..0f0cc99b 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/martinlindhe/wmi_exporter +module github.com/prometheus-community/windows_exporter go 1.13