mirror of https://github.com/wh1te909/rmmagent.git
add wmi
This commit is contained in:
parent
2bb51ab295
commit
32dc846325
File diff suppressed because it is too large
Load Diff
2
go.mod
2
go.mod
|
@ -3,7 +3,7 @@ module github.com/wh1te909/rmmagent
|
|||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
||||
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
|
||||
github.com/elastic/go-sysinfo v1.4.0
|
||||
github.com/go-resty/resty/v2 v2.3.0
|
||||
github.com/gonutz/w32 v1.0.0
|
||||
|
|
Loading…
Reference in New Issue