Imports of package testutils

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/randPackage rand implements a cryptographically secure random number generator.
embedPackage embed provides access to files embedded in the running Go program.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
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/docker/docker/api/types
github.com/pkg/errorsPackage errors provides simple error handling primitives.
gotest.tools/v3/assertPackage assert provides assertions for comparing expected values to actual values in tests.
gotest.tools/v3/fsPackage fs provides tools for creating temporary files, and testing the contents and structure of a directory.
gotest.tools/v3/icmdPackage icmd executes binaries and provides convenient assertions for testing the results.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
testingPackage testing provides support for automated testing of Go packages.