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.
gopsutil/v3/go.mod

12 lines
297 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
github.com/tklauser/go-sysconf v0.3.6
golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa
)