Imports of package manager

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/google/cadvisor/cache/memory
github.com/google/cadvisor/collector
github.com/google/cadvisor/containerPackage container defines types for sub-container events and also defines an interface for container operation handlers.
github.com/google/cadvisor/container/dockerProvides global docker information.
github.com/google/cadvisor/container/rawHandler for "raw" containers.
github.com/google/cadvisor/events
github.com/google/cadvisor/fs
github.com/google/cadvisor/info/v1Types used for docker containers.
github.com/google/cadvisor/info/v2
github.com/google/cadvisor/summaryMaintains the summary of aggregated minute, hour, and day stats.
github.com/google/cadvisor/utils/cloudinfo
github.com/google/cadvisor/utils/cpuload
github.com/google/cadvisor/utils/machine
github.com/google/cadvisor/utils/oomparser
github.com/google/cadvisor/utils/sysfs
github.com/google/cadvisor/utils/sysinfo
github.com/google/cadvisor/version
github.com/opencontainers/runc/libcontainer/cgroups
io/ioutilPackage ioutil implements some I/O utility functions.
mathPackage math provides basic constants and mathematical functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.