Imports of package system

PathSynopsis
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Sirupsen/logrus
github.com/docker/docker/api
github.com/docker/docker/api/server/httputils
github.com/docker/docker/api/server/router
github.com/docker/docker/daemon/cluster
github.com/docker/docker/errors
github.com/docker/docker/pkg/ioutils
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/events
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/time
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.
net/httpPackage http provides HTTP client and server implementations.
timePackage time provides functionality for measuring and displaying time.