bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package 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/pty | Package pty provides functions for working with Unix terminals. |
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/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-digest | Package 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/errors | Package errors provides simple error handling primitives. |
github.com/stretchr/testify/assert | Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. |
github.com/stretchr/testify/require | Package require implements the same assertions as the `assert` package but stops test execution when a test fails. |
golang.org/x/mod/module | Package module defines the module.Version type along with support code. |
golang.org/x/mod/semver | Package semver implements comparison of semantic version strings. |
io | Package io provides basic interfaces to I/O primitives. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
path | Package path implements utility routines for manipulating slash-separated paths. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
regexp | Package regexp implements regular expression search. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |