Imports of integration-cli command

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
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/distribution/digest
github.com/docker/docker/cliconfig
github.com/docker/docker/daemon/events/testutils
github.com/docker/docker/opts
github.com/docker/docker/pkg/archivePackage archive provides helper functions for dealing with archive files.
github.com/docker/docker/pkg/httputils
github.com/docker/docker/pkg/integration
github.com/docker/docker/pkg/integration/checker
github.com/docker/docker/pkg/ioutils
github.com/docker/docker/pkg/reexecPackage reexec facilitates the busybox style reexec of a binary.
github.com/docker/docker/pkg/stringutils
github.com/docker/docker/pkg/sysinfoPackage sysinfo stores information about which features a kernel supports.
github.com/docker/docker/pkg/tlsconfig
github.com/docker/docker/utils
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/go-connections/socketsPackage sockets provides helper functions to create and configure Unix or TCP sockets.
github.com/docker/go-connections/tlsconfigPackage tlsconfig provides primitives to retrieve secure-enough TLS configurations for both clients and servers.
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/go-check/check
ioPackage io provides basic interfaces to I/O primitives.
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.
net/httpPackage http provides HTTP client and server implementations.
net/http/httptestPackage httptest provides utilities for HTTP testing.
net/http/httputilPackage httputil provides HTTP utility functions, complementing the more common ones in the net/http package.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
strconvPackage strconv implements conversions to and from string representations of basic data types.
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.