forked from bcicen/ctop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,30 @@ | ||
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/checkpoint-restore/go-criu v0.0.0-20190109184317-bdb7599cd87b // indirect | ||
github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 // indirect | ||
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/cyphar/filepath-securejoin v0.2.2 // indirect | ||
github.com/fsouza/go-dockerclient v1.4.1 | ||
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/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 // 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/opencontainers/runc v1.0.0-rc8 | ||
github.com/opencontainers/runtime-spec v1.0.1 // indirect | ||
github.com/opencontainers/selinux v1.2.2 // indirect | ||
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/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // 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 |