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