Imports of package tests

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.
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/containerd/containerd/images
github.com/containerd/containerd/platforms
github.com/containerd/continuity/fs/fstest
github.com/creack/ptyPackage pty provides functions for working with Unix terminals.
github.com/docker/buildx/driver
github.com/docker/buildx/util/gitutil
github.com/docker/buildx/util/progress
github.com/moby/buildkit/client
github.com/moby/buildkit/client/llb
github.com/moby/buildkit/frontend/gateway/client
github.com/moby/buildkit/identity
github.com/moby/buildkit/util/appdefaults
github.com/moby/buildkit/util/contentutil
github.com/moby/buildkit/util/progress/progressui
github.com/moby/buildkit/util/testutil
github.com/moby/buildkit/util/testutil/integration
github.com/opencontainers/go-digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
github.com/opencontainers/image-spec/specs-go/v1
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/stretchr/testify/assertPackage assert provides a set of comprehensive testing tools for use with the normal Go testing system.
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
golang.org/x/mod/modulePackage module defines the module.Version type along with support code.
golang.org/x/mod/semverPackage semver implements comparison of semantic version strings.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
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.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.