2020-04-24 03:07:08 +08:00
|
|
|
module github.com/xxxserxxx/gotop/v4
|
2018-09-19 03:05:40 +08:00
|
|
|
|
|
|
|
require (
|
2022-06-16 05:02:43 +08:00
|
|
|
github.com/BurntSushi/toml v1.1.0 // indirect
|
|
|
|
github.com/VictoriaMetrics/metrics v1.18.1
|
|
|
|
github.com/VividCortex/ewma v1.2.0
|
2022-06-18 22:42:39 +08:00
|
|
|
github.com/anatol/smart.go v0.0.0-20220615232124-64dea241c3bb
|
2020-06-19 08:51:01 +08:00
|
|
|
github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
|
2021-01-27 02:34:58 +08:00
|
|
|
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
|
|
|
|
github.com/distatus/battery v0.10.0
|
2022-02-18 03:28:21 +08:00
|
|
|
github.com/droundy/goopt v0.0.0-20220217183150-48d6390ad4d1
|
2020-05-29 02:37:44 +08:00
|
|
|
github.com/gizak/termui/v3 v3.1.0
|
2022-06-16 05:02:43 +08:00
|
|
|
github.com/jaypipes/ghw v0.9.0
|
|
|
|
github.com/mattn/go-runewidth v0.0.13
|
|
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
|
|
github.com/nsf/termbox-go v1.1.1 // indirect
|
2021-01-27 02:34:58 +08:00
|
|
|
github.com/onsi/ginkgo v1.14.2 // indirect
|
|
|
|
github.com/onsi/gomega v1.10.4 // indirect
|
2020-03-07 23:03:25 +08:00
|
|
|
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
|
2021-01-27 02:34:58 +08:00
|
|
|
github.com/shirou/gopsutil v3.20.12+incompatible
|
2022-06-16 05:02:43 +08:00
|
|
|
github.com/stretchr/testify v1.7.2
|
2021-02-04 04:27:46 +08:00
|
|
|
github.com/xxxserxxx/lingo/v2 v2.0.1
|
2022-06-16 05:02:43 +08:00
|
|
|
golang.org/x/sys v0.0.0-20220610221304-9f5ed59c137d // indirect
|
2021-02-04 04:27:46 +08:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
2018-09-19 03:05:40 +08:00
|
|
|
)
|
2020-02-13 10:15:49 +08:00
|
|
|
|
2021-02-04 04:27:46 +08:00
|
|
|
go 1.16
|