2020-10-26 22:24:59 +09:00
|
|
|
module github.com/shirou/gopsutil/v3
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2022-01-20 01:22:32 +00:00
|
|
|
github.com/google/go-cmp v0.5.7
|
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
|
2021-07-29 22:06:24 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-08-30 16:07:48 +02:00
|
|
|
github.com/tklauser/go-sysconf v0.3.9
|
2021-11-20 11:36:30 +00:00
|
|
|
github.com/yusufpapurcu/wmi v1.2.2
|
2022-01-13 10:49:17 +01:00
|
|
|
golang.org/x/sys v0.0.0-20220111092808-5a964db01320
|
2020-10-26 22:24:59 +09:00
|
|
|
)
|