gotop/go.mod

18 lines
820 B
Modula-2
Raw Normal View History

2018-09-19 03:05:40 +08:00
module github.com/cjbassi/gotop
require (
github.com/ProtonMail/go-appdir v0.0.0-20180220133335-7c788d1b45c6
2018-09-19 03:05:40 +08:00
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
2019-01-01 08:55:50 +08:00
github.com/cjbassi/drawille-go v0.0.0-20180329221028-ad535d0f92cd
2018-09-19 03:05:40 +08:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distatus/battery v0.0.0-20170521010419-916919eb43bd
2018-12-25 05:09:30 +08:00
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
2019-01-01 18:15:31 +08:00
github.com/gizak/termui v0.0.0-20190101100649-ffdef4cb72e9
2018-09-19 03:05:40 +08:00
github.com/go-ole/go-ole v1.2.1 // indirect
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
golang.org/x/sys v0.0.0-20180406135729-3b87a42e500a // indirect
)