22 lines
863 B
Modula-2
22 lines
863 B
Modula-2
module github.com/xxxserxxx/gotop
|
|
|
|
require (
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
github.com/cjbassi/drawille-go v0.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/distatus/battery v0.10.0
|
|
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
|
|
github.com/gizak/termui/v3 v3.1.0
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
|
github.com/mattn/go-runewidth v0.0.8
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be // indirect
|
|
github.com/shirou/gopsutil v2.20.1+incompatible
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
|
|
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
|
|
)
|
|
|
|
go 1.13
|