archive/tar | Package tar implements access to tar archives. |
bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
bytes | Package bytes implements functions for the manipulation of byte slices. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
encoding/base64 | Package base64 implements base64 encoding as specified by RFC 4648. |
encoding/hex | Package hex implements hexadecimal encoding and decoding. |
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/accelerated-container-image/pkg/convertor | |
github.com/containerd/containerd | |
github.com/containerd/containerd/cmd/ctr/app | |
github.com/containerd/containerd/cmd/ctr/commands | |
github.com/containerd/containerd/cmd/ctr/commands/content | |
github.com/containerd/containerd/cmd/ctr/commands/tasks | |
github.com/containerd/containerd/containers | |
github.com/containerd/containerd/content | |
github.com/containerd/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/containerd/containerd/images | |
github.com/containerd/containerd/leases | |
github.com/containerd/containerd/oci | |
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/plugin | |
github.com/containerd/containerd/remotes | |
github.com/containerd/containerd/snapshots | |
github.com/containerd/go-cni | |
github.com/go-sql-driver/mysql | Package mysql provides a MySQL driver for Go's database/sql package. |
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/identity | Package identity provides implementations of subtle calculations pertaining to image and layer identity. |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/opencontainers/runtime-spec/specs-go | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
github.com/urfave/cli | Package cli provides a minimal framework for creating and organizing command line Go applications. |
golang.org/x/sys/unix | Package unix contains an interface to the low-level operating system primitives. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/exec | Package exec runs external commands. |
os/signal | Package signal implements access to incoming signals. |
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. |
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. |