Imports of cmd command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
github.com/containerd/ttrpcpackage ttrpc defines and implements a low level simple transfer protocol optimized for low latency and reliable connections between processes on the same host.
github.com/containerd/ttrpc/examplePackage example demonstrates a lightweight protobuf service.
google.golang.org/protobuf/types/known/emptypb
logPackage log implements a simple logging package.
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.