Imports of containerd command

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Sirupsen/logrus
github.com/codegangsta/cli
github.com/cyberdelia/go-metrics-graphite
github.com/docker/containerd
github.com/docker/containerd/api/grpc/server
github.com/docker/containerd/api/grpc/typesPackage types is a generated protocol buffer package.
github.com/docker/containerd/api/http/pprof
github.com/docker/containerd/supervisor
github.com/docker/docker/pkg/listeners
github.com/rcrowley/go-metricsGo port of Coda Hale's Metrics library
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
logPackage log implements a simple logging package.
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.
os/signalPackage signal implements access to incoming signals.
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.