Imports of package remotevm

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.
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/cmd/containerd-shim-runhcs-v1/stats
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/cpugroup
github.com/Microsoft/hcsshim/internal/jobobjectThis package provides higher level constructs for the win32 job object API.
github.com/Microsoft/hcsshim/internal/log
github.com/Microsoft/hcsshim/internal/vm
github.com/Microsoft/hcsshim/internal/vmserviceCode generated by protoc-gen-go-ttrpc.
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/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/protobuf/types/known/emptypb
ioPackage io provides basic interfaces to I/O primitives.
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/execPackage exec runs external commands.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.