2020-10-26 21:24:59 +08:00
|
|
|
module github.com/shirou/gopsutil/v3
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2022-09-09 09:21:23 +08:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2021-10-12 21:25:49 +08:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
|
2021-11-20 19:36:30 +08:00
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
|
2022-06-30 09:18:18 +08:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-03-01 09:46:21 +08:00
|
|
|
github.com/tklauser/go-sysconf v0.3.10
|
2021-11-20 19:36:30 +08:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.2
|
2022-06-07 02:10:54 +08:00
|
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
2020-10-26 21:24:59 +08:00
|
|
|
)
|