2024-03-10 11:42:27 +00:00
|
|
|
module git.usbharu.dev/usbharu/unos/watchdog-go
|
|
|
|
|
|
|
|
go 1.22.1
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/shirou/gopsutil/v3 v3.24.2
|
|
|
|
google.golang.org/grpc v1.62.1
|
|
|
|
google.golang.org/protobuf v1.33.0
|
|
|
|
gopkg.in/ini.v1 v1.67.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-03-11 12:39:36 +00:00
|
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
2024-03-10 11:42:27 +00:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2024-03-11 12:39:36 +00:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20240226150601-1dcf7310316a // indirect
|
|
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
2024-03-10 11:42:27 +00:00
|
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
|
|
github.com/tklauser/go-sysconf v0.3.13 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.7.0 // indirect
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
|
|
golang.org/x/net v0.22.0 // indirect
|
|
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240308144416-29370a3891b7 // indirect
|
|
|
|
)
|