forked from shirou/gopsutil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
13 lines (11 loc) · 390 Bytes
/
Copy pathgo.mod
File metadata and controls
13 lines (11 loc) · 390 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/shirou/gopsutil/v3
go 1.15
require (
github.com/google/go-cmp v0.5.8
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c
github.com/stretchr/testify v1.8.0
github.com/tklauser/go-sysconf v0.3.10
github.com/yusufpapurcu/wmi v1.2.2
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
)