update reqs

This commit is contained in:
wh1te909 2022-07-07 22:35:48 -07:00
parent 7aa6c571c3
commit 480ee21785
2 changed files with 15 additions and 12 deletions

8
go.mod
View file

@ -4,7 +4,7 @@ go 1.18
require (
github.com/StackExchange/wmi v1.2.1
github.com/elastic/go-sysinfo v1.8.0
github.com/elastic/go-sysinfo v1.8.1
github.com/go-ole/go-ole v1.2.6
github.com/go-ping/ping v1.1.0
github.com/go-resty/resty/v2 v2.7.0
@ -13,13 +13,13 @@ require (
github.com/nats-io/nats-server/v2 v2.8.4 // indirect
github.com/nats-io/nats.go v1.16.0
github.com/rickb777/date v1.19.1
github.com/shirou/gopsutil/v3 v3.22.5
github.com/shirou/gopsutil/v3 v3.22.6
github.com/sirupsen/logrus v1.8.1
github.com/ugorji/go/codec v1.2.7
github.com/wh1te909/go-win64api v0.0.0-20210906074314-ab23795a6ae5
github.com/wh1te909/trmm-shared v0.0.0-20220227075846-f9f757361139
golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60 // indirect
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e
)
require (