Imports of package remote

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/defaultsPackage defaults provides several common defaults for interacting with containerd.
github.com/containerd/containerd/pkg/dialer
github.com/docker/buildx/build
github.com/docker/buildx/controller/control
github.com/docker/buildx/controller/errdefs
github.com/docker/buildx/controller/pb
github.com/docker/buildx/controller/processes
github.com/docker/buildx/util/ioset
github.com/docker/buildx/util/progress
github.com/docker/buildx/version
github.com/docker/cli/cli/command
github.com/moby/buildkit/client
github.com/moby/buildkit/identity
github.com/moby/buildkit/util/grpcerrors
github.com/moby/sys/signalPackage signal provides helper functions for dealing with signals across various operating systems.
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.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/backoffPackage backoff provides configuration options for backoff.
google.golang.org/grpc/credentials/insecurePackage insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
ioPackage io provides basic interfaces to I/O primitives.
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.
timePackage time provides functionality for measuring and displaying time.