Imports of package dockershim

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/engine-api/typesPackage types is used for API stability in the types and response to the consumers of the API stats endpoint.
github.com/docker/engine-api/types/container
github.com/docker/engine-api/types/filtersPackage filters provides helper function to parse and handle command line filter, used for example in docker ps or docker images commands.
github.com/docker/engine-api/types/strslice
github.com/docker/engine-api/types/versions
github.com/docker/go-connections/natPackage nat is a convenience package for manipulation of strings describing network ports.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
ioPackage io provides basic interfaces to I/O primitives.
k8s.io/kubernetes/pkg/api
k8s.io/kubernetes/pkg/kubelet/api
k8s.io/kubernetes/pkg/kubelet/api/v1alpha1/runtime
k8s.io/kubernetes/pkg/kubelet/container
k8s.io/kubernetes/pkg/kubelet/dockertools
k8s.io/kubernetes/pkg/util/term
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.