summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 1763e3dde8d08d013b934fffe3a0f26b5a45443a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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/distatus/battery v0.9.0
	github.com/gizak/termui/v3 v3.0.0
	github.com/go-ole/go-ole v1.2.4 // indirect
	github.com/mattn/go-runewidth v0.0.4
	github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
	github.com/shirou/gopsutil v2.20.3+incompatible
	github.com/stretchr/testify v1.4.0
	github.com/xxxserxxx/iSMC v1.0.1
	github.com/xxxserxxx/opflag v1.0.5
	golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25 // indirect
	howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)

go 1.14