Imports of package stream

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/containerd/containerd/cio
github.com/containerd/logPackage log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger.
github.com/docker/docker/pkg/broadcaster
github.com/docker/docker/pkg/ioutils
github.com/docker/docker/pkg/poolsPackage pools provides a collection of pools which provide various data types with buffers.
github.com/moby/termPackage term provides structures and helper functions to work with terminal (state, sizes).
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
ioPackage io provides basic interfaces to I/O primitives.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.