Imports of package cim

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/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/Microsoft/go-winioThis package provides utilities for efficiently performing Win32 IO operations in Go.
github.com/Microsoft/go-winio/pkg/guidPackage guid provides a GUID type.
github.com/Microsoft/go-winio/vhd
github.com/Microsoft/hcsshim/computestoragePackage computestorage is a wrapper around the HCS storage APIs.
github.com/Microsoft/hcsshim/internal/log
github.com/Microsoft/hcsshim/internal/memory
github.com/Microsoft/hcsshim/internal/oc
github.com/Microsoft/hcsshim/internal/safefile
github.com/Microsoft/hcsshim/internal/security
github.com/Microsoft/hcsshim/internal/vhdxvhdx package adds the utility methods necessary to deal with the vhdx that are used as the scratch space for the containers and the uvm.
github.com/Microsoft/hcsshim/internal/wclayerPackage wclayer provides bindings to HCS's legacy layer management API and provides a higher level interface around these calls for container layer management.
github.com/Microsoft/hcsshim/internal/winapiPackage winapi contains various low-level bindings to Windows APIs.
github.com/Microsoft/hcsshim/osversion
github.com/Microsoft/hcsshim/pkg/cimfsThis package provides simple go wrappers on top of the win32 CIMFS APIs.
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.
go.opencensus.io/tracePackage trace contains support for OpenCensus distributed tracing.
golang.org/x/sys/windows
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
os/execPackage exec runs external commands.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
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.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.