module github.com/shirou/gopsutil/v3

go 1.15

require (
	github.com/StackExchange/wmi v1.2.1
	github.com/stretchr/testify v1.7.0
	github.com/tklauser/go-sysconf v0.3.8
	golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71
)