xmtop/go.mod

22 lines
863 B
Modula-2
Raw Normal View History

2020-02-14 06:26:28 +08:00
module github.com/xxxserxxx/gotop
2018-09-19 03:05:40 +08:00
require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/cjbassi/drawille-go v0.1.0 // indirect
2020-02-17 04:41:22 +08:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/distatus/battery v0.10.0
2018-12-25 05:09:30 +08:00
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
github.com/gizak/termui/v3 v3.1.0
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/mattn/go-runewidth v0.0.8
2019-01-07 09:05:58 +08:00
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/nsf/termbox-go v0.0.0-20200204031403-4d2b513ad8be // indirect
github.com/shirou/gopsutil v2.20.1+incompatible
2018-09-19 03:05:40 +08:00
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/arch v0.0.0-20181203225421-5a4828bb7045 // indirect
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4 // indirect
2018-09-19 03:05:40 +08:00
)
go 1.13