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
)