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. |
expvar | Package expvar provides a standardized interface to public variables, such as operation counters in servers. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/BurntSushi/toml | Package toml implements decoding and encoding of TOML files. |
github.com/containerd/containerd/pkg/seed | Package seed provides an initializer for the global math/rand seed. |
github.com/containerd/containerd/platforms | |
github.com/containerd/containerd/sys | |
github.com/coreos/go-systemd/daemon | Package daemon provides a Go implementation of the sd_notify protocol. |
github.com/docker/docker/pkg/idtools | |
github.com/docker/docker/pkg/reexec | Package reexec facilitates the busybox style reexec of a binary. |
github.com/docker/go-connections/sockets | Package sockets provides helper functions to create and configure Unix or TCP sockets. |
github.com/gofrs/flock | Package flock implements a thread-safe interface for file locking. |
github.com/grpc-ecosystem/grpc-opentracing/go/otgrpc | |
github.com/moby/buildkit/cache/remotecache | |
github.com/moby/buildkit/cache/remotecache/inline | |
github.com/moby/buildkit/cache/remotecache/local | |
github.com/moby/buildkit/cache/remotecache/registry | |
github.com/moby/buildkit/client | |
github.com/moby/buildkit/cmd/buildkitd/config | |
github.com/moby/buildkit/control | |
github.com/moby/buildkit/frontend | |
github.com/moby/buildkit/frontend/dockerfile/builder | |
github.com/moby/buildkit/frontend/gateway | |
github.com/moby/buildkit/frontend/gateway/forwarder | |
github.com/moby/buildkit/session | |
github.com/moby/buildkit/solver/bboltcachestorage | |
github.com/moby/buildkit/util/apicaps | |
github.com/moby/buildkit/util/appcontext | |
github.com/moby/buildkit/util/appdefaults | |
github.com/moby/buildkit/util/binfmt_misc | |
github.com/moby/buildkit/util/profiler | |
github.com/moby/buildkit/util/resolver | |
github.com/moby/buildkit/version | |
github.com/moby/buildkit/worker | |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/opencontainers/runc/libcontainer/system | |
github.com/opentracing/opentracing-go | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/sirupsen/logrus | Package logrus is a structured logger for Go, completely API compatible with the standard library logger. |
github.com/uber/jaeger-client-go | Package jaeger implements an OpenTracing (http://opentracing.io) Tracer. |
github.com/urfave/cli | Package cli provides a minimal framework for creating and organizing command line Go applications. |
golang.org/x/net/trace | Package trace implements tracing of requests and long-lived objects. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/credentials | Package credentials implements various credentials supported by gRPC library, which encapsulate all the state needed by a client to authenticate with a server and make various assertions, e.g., about the client's identity, role, or whether it is authorized to make a particular call. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/user | Package user allows user account lookups by name or id. |
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. |
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. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |