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. |
crypto/sha256 | Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/containerd/containerd/platforms | |
github.com/containerd/log | Package log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger. |
github.com/docker/docker/api | |
github.com/docker/docker/api/types | |
github.com/docker/docker/api/types/backend | Package backend includes types to send information to server backends. |
github.com/docker/docker/api/types/container | |
github.com/docker/docker/api/types/strslice | |
github.com/docker/docker/builder | Package builder defines interfaces for any Docker builder to implement. |
github.com/docker/docker/builder/remotecontext | |
github.com/docker/docker/builder/remotecontext/urlutil | Package urlutil provides helper function to check if a given build-context location should be considered a URL or a remote Git repository. |
github.com/docker/docker/container | |
github.com/docker/docker/errdefs | Package errdefs defines a set of error interfaces that packages should use for communicating classes of errors. |
github.com/docker/docker/image | |
github.com/docker/docker/oci | |
github.com/docker/docker/pkg/archive | Package archive provides helper functions for dealing with archive files. |
github.com/docker/docker/pkg/chrootarchive | |
github.com/docker/docker/pkg/idtools | |
github.com/docker/docker/pkg/jsonmessage | |
github.com/docker/docker/pkg/longpath | Package longpath introduces some constants and helper functions for handling long paths in Windows. |
github.com/docker/docker/pkg/progress | |
github.com/docker/docker/pkg/streamformatter | Package streamformatter provides helper functions to format a stream. |
github.com/docker/docker/pkg/stringid | Package stringid provides helper functions for dealing with string identifiers |
github.com/docker/docker/pkg/system | |
github.com/docker/docker/runconfig/opts | |
github.com/docker/go-connections/nat | Package nat is a convenience package for manipulation of strings describing network ports. |
github.com/docker/go-metrics | |
github.com/moby/buildkit/frontend/dockerfile/instructions | |
github.com/moby/buildkit/frontend/dockerfile/parser | The parser package implements a parser that transforms a raw byte-stream into a low-level Abstract Syntax Tree. |
github.com/moby/buildkit/frontend/dockerfile/shell | |
github.com/moby/sys/signal | Package signal provides helper functions for dealing with signals across various operating systems. |
github.com/moby/sys/symlink | Package symlink implements FollowSymlinkInScope which is an extension of path/filepath.EvalSymlinks, as well as a Windows long-path aware version of path/filepath.EvalSymlinks from the Go standard library. |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
golang.org/x/sync/syncmap | Package syncmap provides a concurrent map implementation. |
io | Package io provides basic interfaces to I/O primitives. |
mime | Package mime implements parts of the MIME spec. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
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. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
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. |
time | Package time provides functionality for measuring and displaying time. |