Imports of package cluster

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Sirupsen/logrus
github.com/docker/docker/daemon/cluster/convert
github.com/docker/docker/daemon/cluster/executor
github.com/docker/docker/daemon/cluster/executor/container
github.com/docker/docker/errors
github.com/docker/docker/opts
github.com/docker/docker/pkg/ioutils
github.com/docker/docker/runconfig
github.com/docker/docker/runconfig/opts
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/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/swarm
github.com/docker/swarmkit/agent
github.com/docker/swarmkit/apiPackage api is a generated protocol buffer package.
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/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.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file 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.