encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/fsouza/go-dockerclient | Package docker provides a client for the Docker remote API. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/google/cadvisor/container | Package container defines types for sub-container events and also defines an interface for container operation handlers. |
github.com/google/cadvisor/container/libcontainer | |
github.com/google/cadvisor/fs | |
github.com/google/cadvisor/info/v1 | Types used for docker containers. |
github.com/google/cadvisor/utils | |
github.com/opencontainers/runc/libcontainer/cgroups | |
github.com/opencontainers/runc/libcontainer/cgroups/fs | |
github.com/opencontainers/runc/libcontainer/configs | |
io/ioutil | Package ioutil implements some I/O utility functions. |
math | Package math provides basic constants and mathematical functions. |
path | Package path implements utility routines for manipulating slash-separated paths. |
regexp | Package regexp implements regular expression search. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |