Imports of main command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/envoyproxy/go-control-plane/envoy/api/v2
github.com/envoyproxy/go-control-plane/pkg/cache
github.com/envoyproxy/go-control-plane/pkg/server
github.com/envoyproxy/go-control-plane/pkg/testPackage test contains test utilities
github.com/envoyproxy/go-control-plane/pkg/test/resource
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.