Imports of package shim

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/console
github.com/containerd/containerd/cmd/ctr/commands
github.com/containerd/containerd/linux/shim/v1
github.com/containerd/fifo
github.com/containerd/typeurl
github.com/gogo/protobuf/typesPackage types contains code for interacting with well-known types.
github.com/opencontainers/runtime-spec/specs-go
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
github.com/stevvooe/ttrpc
github.com/urfave/cliPackage cli provides a minimal framework for creating and organizing command line Go applications.
golang.org/x/sys/unix
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.