2020-04-23 14:07:08 -05:00
|
|
|
module github.com/xxxserxxx/gotop/v4
|
2018-09-18 12:05:40 -07:00
|
|
|
|
|
|
|
require (
|
2020-05-12 18:42:45 -05:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
|
|
|
|
github.com/VictoriaMetrics/metrics v1.11.2
|
2020-02-18 12:18:34 -06:00
|
|
|
github.com/distatus/battery v0.9.0
|
|
|
|
github.com/gizak/termui/v3 v3.0.0
|
2020-05-12 18:42:45 -05:00
|
|
|
github.com/go-ole/go-ole v1.2.4 // indirect
|
2020-02-18 12:18:34 -06:00
|
|
|
github.com/mattn/go-runewidth v0.0.4
|
2020-03-07 09:03:25 -06:00
|
|
|
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
|
2020-05-13 10:29:33 -05:00
|
|
|
github.com/shirou/gopsutil v2.20.3+incompatible
|
2020-02-12 20:15:49 -06:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2020-04-22 13:33:51 -05:00
|
|
|
github.com/xxxserxxx/iSMC v1.0.1
|
2020-04-29 10:25:21 -05:00
|
|
|
github.com/xxxserxxx/opflag v1.0.5
|
2020-05-12 18:42:45 -05:00
|
|
|
golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25 // indirect
|
|
|
|
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
|
2018-09-18 12:05:40 -07:00
|
|
|
)
|
2020-02-12 20:15:49 -06:00
|
|
|
|
2020-02-28 15:31:34 -06:00
|
|
|
go 1.14
|