Imports of package test

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/cli/cli/command
github.com/docker/cli/cli/config/configfile
github.com/docker/cli/cli/config/credentials
github.com/docker/cli/cli/config/types
github.com/docker/cli/cli/context/docker
github.com/docker/cli/cli/context/storePackage store provides a generic way to store credentials to connect to virtually any kind of remote system.
github.com/docker/cli/cli/manifest/store
github.com/docker/cli/cli/registry/client
github.com/docker/cli/cli/streams
github.com/docker/cli/cli/trust
github.com/docker/docker/clientPackage client is a Go client for the Docker Engine API.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
github.com/theupdateframework/notary/clientPackage client implements everything required for interacting with a Notary repository.
gotest.tools/v3/assert
gotest.tools/v3/assert/cmp
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
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.