Imports of package rkt

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/blang/semver
github.com/coreos/rkt/api/v1alpha
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
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/commonUnmarshal's a Containers description json file.
github.com/google/cadvisor/container/libcontainer
github.com/google/cadvisor/fs
github.com/google/cadvisor/info/v1Types used for docker containers.
github.com/google/cadvisor/manager/watcher
github.com/opencontainers/runc/libcontainer/cgroups
github.com/opencontainers/runc/libcontainer/cgroups/fs
github.com/opencontainers/runc/libcontainer/configs
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
io/ioutilPackage ioutil implements some I/O utility functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.