context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
github.com/containerd/containerd/remotes | |
github.com/containerd/containerd/remotes/docker | |
github.com/moby/buildkit/cmd/buildkitd/config | |
github.com/moby/buildkit/session | |
github.com/moby/buildkit/session/auth | |
github.com/moby/buildkit/util/tracing | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |