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