2026-03-19 12:42:52 +01:00
|
|
|
module nexusrmm.local/agent
|
2026-03-19 12:08:00 +01:00
|
|
|
|
2026-03-19 12:14:14 +01:00
|
|
|
go 1.26
|
2026-03-19 12:08:00 +01:00
|
|
|
|
|
|
|
|
require (
|
2026-03-19 12:14:14 +01:00
|
|
|
github.com/shirou/gopsutil/v3 v3.24.5
|
2026-03-19 12:42:52 +01:00
|
|
|
google.golang.org/grpc v1.79.3
|
|
|
|
|
google.golang.org/protobuf v1.36.10
|
2026-03-19 12:08:00 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-03-19 12:14:14 +01:00
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
2026-03-19 12:42:52 +01:00
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2026-03-19 12:14:14 +01:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
|
|
|
github.com/shoenig/go-m1cpu v0.1.6 // indirect
|
|
|
|
|
github.com/tklauser/go-sysconf v0.3.12 // indirect
|
|
|
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
2026-03-19 12:42:52 +01:00
|
|
|
golang.org/x/net v0.48.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.39.0 // indirect
|
|
|
|
|
golang.org/x/text v0.32.0 // indirect
|
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
|
2026-03-19 12:08:00 +01:00
|
|
|
)
|