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.
12 lines
288 B
Modula-2
12 lines
288 B
Modula-2
module github.com/shirou/gopsutil/v3
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v1.2.1
|
|
github.com/lufia/plan9stats v0.0.0-20211008203909-9b7c2b47d7c3
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tklauser/go-sysconf v0.3.9
|
|
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71
|
|
)
|