Imports of package log

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Microsoft/hcsshim/internal/hcs/schema2
github.com/Microsoft/hcsshim/internal/logfields
github.com/sirupsen/logrusPackage logrus is a structured logger for Go, completely API compatible with the standard library logger.
go.opencensus.io/tracePackage trace contains support for OpenCensus distributed tracing.
google.golang.org/protobuf/encoding/protojsonPackage protojson marshals and unmarshals protocol buffer messages as JSON format.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.