context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/boltdb/bolt | Package bolt implements a low-level key/value store in pure Go. |
github.com/containerd/containerd/errdefs | Package errdefs defines the common errors used throughout containerd packages. |
github.com/containerd/containerd/metadata/boltutil | |
github.com/containerd/containerd/snapshots | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |