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.
11 lines
258 B
Modula-2
11 lines
258 B
Modula-2
4 years ago
|
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
|
||
|
)
|