2020-10-26 21:24:59 +08:00
|
|
|
module github.com/shirou/gopsutil/v3
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2021-07-30 05:48:26 +08:00
|
|
|
github.com/StackExchange/wmi v1.2.1
|
2021-07-30 06:06:24 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-08-16 16:49:52 +08:00
|
|
|
github.com/tklauser/go-sysconf v0.3.8
|
|
|
|
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71
|
2020-10-26 21:24:59 +08:00
|
|
|
)
|