28 lines
1.2 KiB
Modula-2
28 lines
1.2 KiB
Modula-2
module github.com/xxxserxxx/gotop
|
|
|
|
require (
|
|
github.com/GeertJohan/go.rice v1.0.0 // indirect
|
|
github.com/NVIDIA/gpu-monitoring-tools v0.0.0-20200116003318-021662a21098
|
|
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
|
|
github.com/distatus/battery v0.9.0
|
|
github.com/docopt/docopt.go v0.0.0-20180111231733-ee0de3bc6815
|
|
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
|
|
github.com/gizak/termui/v3 v3.0.0
|
|
github.com/go-ole/go-ole v1.2.1 // indirect
|
|
github.com/k0kubun/pp v3.0.1+incompatible // indirect
|
|
github.com/mailru/easyjson v0.7.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.4
|
|
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.4.1
|
|
github.com/rai-project/config v0.0.0-20190926180509-3bd01e698aad // indirect
|
|
github.com/rai-project/logger v0.0.0-20190701163301-49978a80bf96 // indirect
|
|
github.com/rai-project/nvidia-smi v0.0.0-20190730061239-864eb441c9ae
|
|
github.com/rai-project/tegra v0.0.0-20181119122707-1d9901ca382b // indirect
|
|
github.com/shirou/gopsutil v2.18.11+incompatible
|
|
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
|
|
)
|
|
|
|
go 1.12
|