context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/ed25519 | Package ed25519 implements the Ed25519 signature algorithm. |
crypto/hmac | Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as defined in U.S. Federal Information Processing Standards Publication 198. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
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/remotes/docker/auth | |
github.com/containerd/containerd/remotes/errors | |
github.com/docker/cli/cli/config | |
github.com/docker/cli/cli/config/configfile | |
github.com/gofrs/flock | Package flock implements a thread-safe interface for file locking. |
github.com/moby/buildkit/session | |
github.com/moby/buildkit/session/auth | |
github.com/moby/buildkit/util/progress/progresswriter | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
golang.org/x/crypto/nacl/sign | Package sign signs small messages using public-key cryptography. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
io | Package io provides basic interfaces to I/O 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. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |