Imports of networkagent 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/randPackage rand implements a cryptographically secure random number generator.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Microsoft/go-winio/pkg/guidPackage guid provides a GUID type.
github.com/Microsoft/hcsshim/hcnPackage hcn is a shim for the Host Compute Networking (HCN) service, which manages networking for Windows Server containers and Hyper-V containers.
github.com/Microsoft/hcsshim/internal/log
github.com/Microsoft/hcsshim/pkg/ncproxy/ncproxygrpc/v1
github.com/Microsoft/hcsshim/pkg/ncproxy/nodenetsvc/v0
github.com/Microsoft/hcsshim/pkg/ncproxy/nodenetsvc/v1Package v1 contains the proto and compiled go files for the node network service v1 implementation.
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.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/credentials/insecurePackage insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
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.
os/signalPackage signal implements access to incoming signals.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.