Skip to content

Commit

Permalink
mod: Switch from github.com/StackExchange/wmi to github.com/yusufpapu…
Browse files Browse the repository at this point in the history
…rcu/wmi

This follows the recommendation from
https://github.com/StackExchange/wmi:
```
NOTE: This project is no longer being actively maintained.

We recommend you refer to this fork: https://github.com/yusufpapurcu/wmi
```
  • Loading branch information
cfergeau authored and praveenkumar committed May 4, 2022
1 parent 7c26652 commit b11c290
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 899 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/Microsoft/go-winio v0.5.2
github.com/RedHatQE/gowinx v0.0.3
github.com/StackExchange/wmi v1.2.1
github.com/YourFin/binappend v0.0.0-20181105185800-0add4bf0b9ad
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/cavaliergopher/grab/v3 v3.0.1
Expand Down Expand Up @@ -57,6 +56,7 @@ require (
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.1
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
github.com/yusufpapurcu/wmi v1.2.2
github.com/zalando/go-keyring v0.1.1
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
golang.org/x/net v0.0.0-20220412020605-290c469a71a5
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2/go.mod h1:XyjU
github.com/RedHatQE/gowinx v0.0.3 h1:+BiJGqw4EQY7WVnj1PWBWnarcgQTWE3uP9oLHu3/sI8=
github.com/RedHatQE/gowinx v0.0.3/go.mod h1:HOvEFhbJSXfbAOzlvr8EBG9vufpCcYP6A+PA+L97vtI=
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d/go.mod h1:HI8ITrYtUY+O+ZhtlqUnD8+KwNPOyugEhfP9fdUIaEQ=
github.com/StackExchange/wmi v1.2.1 h1:VIkavFPXSjcnS+O8yTq7NI32k0R5Aj+v39y29VYDOSA=
github.com/StackExchange/wmi v1.2.1/go.mod h1:rcmrprowKIVzvc+NUiLncP2uuArMWLCbu9SBzvHz7e8=
github.com/VividCortex/ewma v1.1.1/go.mod h1:2Tkkvm3sRDVXaiyucHiACn4cqf7DpdyLvmxzcbUokwA=
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=
github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4=
Expand Down
2 changes: 1 addition & 1 deletion pkg/os/windows/win32/domains_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package win32
import (
"errors"

"github.com/StackExchange/wmi"
"github.com/yusufpapurcu/wmi"
)

//nolint
Expand Down
20 changes: 0 additions & 20 deletions vendor/github.com/StackExchange/wmi/LICENSE

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/github.com/StackExchange/wmi/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/StackExchange/wmi/go.mod

This file was deleted.

4 changes: 0 additions & 4 deletions vendor/github.com/StackExchange/wmi/go.sum

This file was deleted.

260 changes: 0 additions & 260 deletions vendor/github.com/StackExchange/wmi/swbemservices.go

This file was deleted.

Loading

0 comments on commit b11c290

Please sign in to comment.