context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/types/container | |
github.com/docker/docker/builder | Package builder defines interfaces for any Docker builder to implement. |
github.com/docker/docker/dockerversion | |
github.com/docker/docker/image | |
github.com/docker/docker/layer | Package layer is package for managing read-only and read-write mounts on the union file system driver. |
github.com/opencontainers/image-spec/specs-go/v1 | |
github.com/pkg/errors | Package errors provides simple error handling primitives. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |