summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: a4e27d9d7cdbd5638d2271ce6f3cf9ce0e8a96d5 (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
module github.com/cjbassi/gotop

replace github.com/DHowett/go-plist => github.com/DHowett/go-plist v0.0.0-20180729002649-fed556ad7290

require (
	github.com/DHowett/go-plist v0.0.0-20181124034731-591f970eefbb // indirect
	github.com/ProtonMail/go-appdir v0.0.0-20180220133335-7c788d1b45c6
	github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
	github.com/cjbassi/drawille-go v0.0.0-20180329221028-ad535d0f92cd
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/distatus/battery v0.0.0-20170521010419-916919eb43bd
	github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
	github.com/gizak/termui v0.0.0-20190114080300-043950fed066
	github.com/go-ole/go-ole v1.2.1 // indirect
	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
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/shirou/gopsutil v2.18.11+incompatible
	github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
	github.com/stretchr/testify v1.2.2 // indirect
	golang.org/x/sys v0.0.0-20180406135729-3b87a42e500a // indirect
	howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)