mirror of
https://github.com/shirou/gopsutil.git
synced 2025-05-12 19:29:30 +08:00
11 lines
258 B
Modula-2
11 lines
258 B
Modula-2
![]() |
module github.com/shirou/gopsutil/v3
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d
|
||
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
||
|
github.com/stretchr/testify v1.6.1
|
||
|
golang.org/x/sys v0.0.0-20201024232916-9f70ab9862d5
|
||
|
)
|