gotop/go.mod

19 lines
800 B
Modula-2
Raw Permalink Normal View History

2018-09-19 03:05:40 +08:00
module github.com/cjbassi/gotop
require (
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distatus/battery v0.9.0
2018-12-25 05:09:30 +08:00
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
2019-03-08 15:15:41 +08:00
github.com/gizak/termui/v3 v3.0.0
2018-09-19 03:05:40 +08:00
github.com/go-ole/go-ole v1.2.1 // indirect
2019-01-07 09:05:58 +08:00
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
2018-09-19 03:05:40 +08:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2018-12-05 13:53:53 +08:00
github.com/shirou/gopsutil v2.18.11+incompatible
2018-09-19 03:05:40 +08:00
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/stretchr/testify v1.2.2 // indirect
2019-03-08 15:15:41 +08:00
golang.org/x/sys v0.0.0-20190116161447-11f53e031339 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
2018-09-19 03:05:40 +08:00
)