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/api/types
github.com/docker/docker/api/types/container
github.com/docker/docker/api/types/events
github.com/docker/docker/api/types/filtersPackage filters provides tools for encoding a mapping of keys to a set of multiple values.
github.com/docker/docker/api/types/swarm
github.com/docker/docker/api/types/volume
github.com/docker/docker/cliconfig
github.com/docker/docker/daemon/events/testutils
github.com/docker/docker/integration-cli/fixtures/load
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/integration/cmd
github.com/docker/docker/pkg/ioutils
github.com/docker/docker/pkg/parsers/kernelPackage kernel provides helper function to get, parse and compare kernel versions for different platforms.
github.com/docker/docker/pkg/reexecPackage reexec facilitates the busybox style reexec of a binary.
github.com/docker/docker/pkg/stringidPackage stringid provides helper functions for dealing with string identifiers
github.com/docker/docker/pkg/stringutils
github.com/docker/docker/pkg/sysinfoPackage sysinfo stores information about which features a kernel supports.
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.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
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.
syscallPackage syscall contains an interface to the low-level operating system primitives.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.