summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: a885fb0e66538acaab7ed4b6b1d54e58e3ecf9f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/xxxserxxx/gotop/v4

require (
	github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
	github.com/VictoriaMetrics/metrics v1.11.2
	github.com/VividCortex/ewma v1.1.1
	github.com/cloudfoundry-attic/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
	github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 // indirect
	github.com/distatus/battery v0.10.0
	github.com/gizak/termui/v3 v3.1.0
	github.com/go-ole/go-ole v1.2.4 // indirect
	github.com/xxxserxxx/lingo v0.0.0-20210203173221-1a343cae68e0
	github.com/mattn/go-runewidth v0.0.4
	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
	github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
	github.com/shirou/gopsutil v3.20.12+incompatible
	github.com/stretchr/testify v1.4.0
	github.com/xxxserxxx/opflag v1.0.5
	golang.org/x/tools v0.1.0 // indirect
	howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)

go 1.14