14 lines
374 B
Modula-2
14 lines
374 B
Modula-2
module github.com/shirou/gopsutil
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/go-ole/go-ole v1.2.1
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4
|
|
github.com/stretchr/testify v1.2.2
|
|
golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e
|
|
)
|