2024-02-13 09:12:06 +00:00
|
|
|
module github.com/shirou/gopsutil/v4
|
2020-10-26 22:24:59 +09:00
|
|
|
|
2024-05-18 08:29:54 -04:00
|
|
|
go 1.18
|
2020-10-26 22:24:59 +09:00
|
|
|
|
|
|
|
require (
|
2023-10-11 01:33:34 +00:00
|
|
|
github.com/google/go-cmp v0.6.0
|
2021-10-12 22:25:49 +09:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
|
2021-11-20 11:36:30 +00:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
|
2023-05-05 01:58:43 +00:00
|
|
|
github.com/shoenig/go-m1cpu v0.1.6
|
2024-03-13 01:54:52 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2023-08-09 01:12:27 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.12
|
2024-02-08 01:48:05 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.4
|
2024-08-09 01:34:25 +00:00
|
|
|
golang.org/x/sys v0.24.0
|
2024-05-17 21:32:31 -04:00
|
|
|
)
|
|
|
|
|
2024-02-17 03:48:29 +00:00
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.6.1 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|