Imports of package snapshot

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
github.com/Microsoft/go-winio/pkg/bindfilter
github.com/containerd/containerd/v2/core/leases
github.com/containerd/containerd/v2/core/mount
github.com/containerd/containerd/v2/core/snapshots
github.com/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/moby/buildkit/executor
github.com/moby/buildkit/identity
github.com/moby/buildkit/util/bklog
github.com/moby/buildkit/util/leaseutil
github.com/moby/sys/user
github.com/moby/sys/userns
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/sys/windowsPackage windows contains an interface to the low-level operating system primitives.
osPackage os provides a platform-independent interface to operating system functionality.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.