mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
21 lines
837 B
Modula-2
21 lines
837 B
Modula-2
module github.com/bcicen/ctop
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/c9s/goprocinfo v0.0.0-20170609001544-b34328d6e0cd
|
|
github.com/fsouza/go-dockerclient v1.7.0
|
|
github.com/gizak/termui v2.3.1-0.20180817033724-8d4faad06196+incompatible // indirect
|
|
github.com/jgautheron/codename-generator v0.0.0-20150829203204-16d037c7cc3c
|
|
github.com/maruel/panicparse v1.6.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.2
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
|
github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
|
|
github.com/op/go-logging v0.0.0-20160211212156-b2cb9fa56473
|
|
github.com/opencontainers/runc v1.1.0
|
|
github.com/pkg/browser v0.0.0-20201207095918-0426ae3fba23
|
|
github.com/pkg/errors v0.9.1
|
|
)
|
|
|
|
go 1.15
|