2020-10-26 22:24:59 +09:00
|
|
|
module github.com/shirou/gopsutil/v3
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2022-09-09 01:21:23 +00:00
|
|
|
github.com/google/go-cmp v0.5.9
|
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
|
2023-05-31 01:58:23 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2023-08-09 01:12:27 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.12
|
2023-05-25 02:37:56 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.3
|
2023-08-07 01:41:42 +00:00
|
|
|
golang.org/x/sys v0.11.0
|
2020-10-26 22:24:59 +09:00
|
|
|
)
|
2022-12-01 11:57:22 -08:00
|
|
|
|
|
|
|
retract v3.22.11
|