mirror of
https://github.com/bcicen/ctop.git
synced 2024-08-30 18:23:19 +00:00
43 lines
2.4 KiB
Modula-2
43 lines
2.4 KiB
Modula-2
module github.com/bcicen/ctop
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20160622173216-fa152c58bc15 // indirect
|
|
github.com/BurntSushi/toml v0.3.0
|
|
github.com/Microsoft/go-winio v0.3.8 // indirect
|
|
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
|
|
github.com/Sirupsen/logrus v0.0.0-20150423025312-26709e271410 // indirect
|
|
github.com/c9s/goprocinfo v0.0.0-20170609001544-b34328d6e0cd
|
|
github.com/coreos/go-systemd v0.0.0-20151104194251-b4a58d95188d // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/docker/docker v0.0.0-20170502054910-90d35abf7b35 // indirect
|
|
github.com/docker/go-connections v0.0.0-20170301234100-a2afab980204 // indirect
|
|
github.com/docker/go-units v0.3.2 // indirect
|
|
github.com/fsouza/go-dockerclient v0.0.0-20170307141636-318513eb1ab2
|
|
github.com/gizak/termui v2.3.0+incompatible
|
|
github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55 // indirect
|
|
github.com/golang/protobuf v0.0.0-20170712042213-0a4f71a498b7 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.0.0-20170211013415-3573b8b52aa7 // indirect
|
|
github.com/jgautheron/codename-generator v0.0.0-20150829203204-16d037c7cc3c
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/maruel/panicparse v0.0.0-20170227222818-25bcac0d793c // indirect
|
|
github.com/maruel/ut v1.0.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.0-20170201023540-14207d285c6c // indirect
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
|
github.com/nsf/termbox-go v0.0.0-20180303152453-e2050e41c884
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
|
|
github.com/op/go-logging v0.0.0-20160211212156-b2cb9fa56473
|
|
github.com/opencontainers/runc v0.1.1
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/seccomp/libseccomp-golang v0.0.0-20150813023252-1b506fc7c24e // indirect
|
|
github.com/stretchr/testify v1.2.2 // indirect
|
|
github.com/syndtr/gocapability v0.0.0-20150716010906-2c00daeb6c3b // indirect
|
|
github.com/vishvananda/netlink v0.0.0-20150820014904-1e2e08e8a2dc // indirect
|
|
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc // indirect
|
|
golang.org/x/net v0.0.0-20170308210134-a6577fac2d73 // indirect
|
|
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
|
|
golang.org/x/sys v0.0.0-20170308153327-99f16d856c98 // indirect
|
|
)
|
|
|
|
replace github.com/gizak/termui => github.com/bcicen/termui v0.0.0-20180326052246-4eb80249d3f5
|