Imports of package local

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/docker/docker/pkg/idtools
github.com/moby/buildkit/cache
github.com/moby/buildkit/exporter
github.com/moby/buildkit/session
github.com/moby/buildkit/session/filesync
github.com/moby/buildkit/snapshot
github.com/moby/buildkit/util/progress
github.com/pkg/errorsPackage errors provides simple error handling primitives.
github.com/tonistiigi/fsutil
github.com/tonistiigi/fsutil/types
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
golang.org/x/time/ratePackage rate provides a rate limiter.
io/ioutilPackage ioutil implements some I/O utility functions.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.