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-07-25 07:21:15 -05:00
|
|
|
github.com/VividCortex/ewma v1.1.1
|
2020-06-18 19:51:01 -05:00
|
|
|
github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
|
2021-01-26 12:34:58 -06:00
|
|
|
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
|
|
|
|
github.com/distatus/battery v0.10.0
|
2022-02-08 16:50:30 -06:00
|
|
|
github.com/droundy/goopt v0.0.0-20170604162106-0b8effe182da
|
2020-05-28 13:37:44 -05:00
|
|
|
github.com/gizak/termui/v3 v3.1.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
|
2021-01-26 12:34:58 -06:00
|
|
|
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect
|
|
|
|
github.com/onsi/ginkgo v1.14.2 // indirect
|
|
|
|
github.com/onsi/gomega v1.10.4 // indirect
|
2020-03-07 09:03:25 -06:00
|
|
|
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
|
2021-01-26 12:34:58 -06:00
|
|
|
github.com/shirou/gopsutil v3.20.12+incompatible
|
2020-02-12 20:15:49 -06:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2021-02-03 14:27:46 -06:00
|
|
|
github.com/xxxserxxx/lingo/v2 v2.0.1
|
|
|
|
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2020-05-12 18:42:45 -05:00
|
|
|
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
|
|
|
|
2021-02-03 14:27:46 -06:00
|
|
|
go 1.16
|