summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: c48467f528cb55f0b0fb06a2e030724ff78ccf34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/xxxserxxx/gotop/v3

require (
	github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
	github.com/distatus/battery v0.9.0
	github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
	github.com/gizak/termui/v3 v3.0.0
	github.com/go-ole/go-ole v1.2.1 // 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/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
	github.com/stretchr/testify v1.4.0
	howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)

go 1.14