19 lines
654 B
Modula-2
19 lines
654 B
Modula-2
module github.com/wuko233/sysmonitord
|
|
|
|
go 1.24.3
|
|
|
|
require github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
|
|
|
require (
|
|
github.com/ebitengine/purego v0.9.1 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
|
|
github.com/shirou/gopsutil/v4 v4.25.12
|
|
github.com/tklauser/go-sysconf v0.3.16 // indirect
|
|
github.com/tklauser/numcpus v0.11.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|