Update module name

This commit is contained in:
Calle Pettersson 2020-05-24 20:38:05 +02:00
parent f8f34ab983
commit 6f90d83b83
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/martinlindhe/wmi_exporter
module github.com/prometheus-community/windows_exporter
go 1.13