mirror of https://github.com/cjbassi/gotop.git
17 lines
756 B
Modula-2
17 lines
756 B
Modula-2
module github.com/cjbassi/gotop
|
|
|
|
require (
|
|
github.com/ProtonMail/go-appdir v0.0.0-20180220133335-7c788d1b45c6
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
|
github.com/cjbassi/drawille-go v0.0.0-20180329221028-ad535d0f92cd
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
|
|
github.com/gizak/termui v0.0.0-20190101005313-46c77dca8480
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/shirou/gopsutil v2.18.11+incompatible
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
|
golang.org/x/sys v0.0.0-20180406135729-3b87a42e500a // indirect
|
|
)
|