mirror of https://github.com/shirou/gopsutil
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
417 B
Modula-2
17 lines
417 B
Modula-2
module github.com/shirou/gopsutil/v3
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.6.0
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
|
|
github.com/shoenig/go-m1cpu v0.1.6
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/tklauser/go-sysconf v0.3.12
|
|
github.com/yusufpapurcu/wmi v1.2.3
|
|
golang.org/x/sys v0.15.0
|
|
)
|
|
|
|
retract v3.22.11
|