2018-09-18 12:05:40 -07:00
|
|
|
module github.com/cjbassi/gotop
|
|
|
|
|
2019-01-14 19:55:18 -08:00
|
|
|
replace github.com/DHowett/go-plist => github.com/DHowett/go-plist v0.0.0-20180729002649-fed556ad7290
|
|
|
|
|
2018-09-18 12:05:40 -07:00
|
|
|
require (
|
2019-01-14 19:55:18 -08:00
|
|
|
github.com/DHowett/go-plist v0.0.0-20181124034731-591f970eefbb // indirect
|
2018-12-22 18:40:28 -08:00
|
|
|
github.com/ProtonMail/go-appdir v0.0.0-20180220133335-7c788d1b45c6
|
2018-09-18 12:05:40 -07:00
|
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
2018-12-31 16:55:50 -08:00
|
|
|
github.com/cjbassi/drawille-go v0.0.0-20180329221028-ad535d0f92cd
|
2018-09-18 12:05:40 -07:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2018-12-26 22:06:55 -06:00
|
|
|
github.com/distatus/battery v0.0.0-20170521010419-916919eb43bd
|
2018-12-24 13:09:30 -08:00
|
|
|
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
|
2019-01-23 21:23:35 -08:00
|
|
|
github.com/gizak/termui v0.0.0-20190124041613-958a28575d74
|
2018-09-18 12:05:40 -07:00
|
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
2019-01-06 17:05:58 -08:00
|
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect
|
|
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
|
|
github.com/nsf/termbox-go v0.0.0-20190104133558-0938b5187e61 // indirect
|
2018-09-18 12:05:40 -07:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2018-12-04 21:53:53 -08:00
|
|
|
github.com/shirou/gopsutil v2.18.11+incompatible
|
2018-09-18 12:05:40 -07:00
|
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
|
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
2019-01-14 19:55:18 -08:00
|
|
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
|
2018-09-18 12:05:40 -07:00
|
|
|
)
|