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.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
github.com/containerd/containerd
github.com/containerd/containerd/api/eventsCode generated by protoc-gen-go-fieldpath.
github.com/containerd/containerd/api/types
github.com/containerd/containerd/archive
github.com/containerd/containerd/cio
github.com/containerd/containerd/content
github.com/containerd/containerd/errdefsPackage errdefs defines the common errors used throughout containerd packages.
github.com/containerd/containerd/images
github.com/containerd/containerd/protobuf
github.com/containerd/containerd/runtime/v2/runc/options
github.com/containerd/logPackage log provides types and functions related to logging, passing loggers through a context, and attaching context to the logger.
github.com/containerd/typeurl/v2
github.com/docker/docker/errdefsPackage errdefs defines a set of error interfaces that packages should use for communicating classes of errors.
github.com/docker/docker/libcontainerd/queue
github.com/docker/docker/libcontainerd/types
github.com/docker/docker/pkg/ioutils
github.com/hashicorp/go-multierror
github.com/opencontainers/go-digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
github.com/opencontainers/image-spec/specs-go/v1
github.com/opencontainers/runtime-spec/specs-go
github.com/pkg/errorsPackage errors provides simple error handling primitives.
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/statusPackage status implements errors returned by gRPC.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
ioPackage io provides basic interfaces to I/O primitives.
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.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.