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/containerd/containerd/leases
github.com/containerd/containerd/mount
github.com/containerd/containerd/pkg/usernsDeprecated: use github.com/moby/sys/userns
github.com/containerd/containerd/snapshots
github.com/containerd/continuity/fs
github.com/containerd/continuity/sysx
github.com/containerd/stargz-snapshotter/snapshot/overlayutils
github.com/docker/docker/pkg/idtools
github.com/hashicorp/go-multierror
github.com/moby/buildkit/identity
github.com/moby/buildkit/util/bklog
github.com/moby/buildkit/util/leaseutil
github.com/moby/buildkit/util/overlay
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/sys/unix
io/fsPackage fs defines basic interfaces to a file system.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
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.
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.
syscallPackage syscall contains an interface to the low-level operating system primitives.