chore(deps): Update wmi to v1.2.2

This includes a move from github.com/StackExchange/wmi to
github.com/yusufpapurcu/wmi, as the StackExchange repository has been
archived.

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy
2023-03-12 10:27:31 +10:00
parent 8d4c38b48e
commit 7886cf9e37
32 changed files with 33 additions and 38 deletions

View File

@@ -1,6 +1,6 @@
package collector
import (
"github.com/StackExchange/wmi"
"github.com/yusufpapurcu/wmi"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus-community/windows_exporter/log"
)