Imports of package remote

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
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.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/go-containerregistry/pkg/authnPackage authn defines different methods of authentication for talking to a container registry.
github.com/google/go-containerregistry/pkg/internal/retry
github.com/google/go-containerregistry/pkg/logsPackage logs exposes the loggers used by this library.
github.com/google/go-containerregistry/pkg/namePackage name defines structured types for representing image references.
github.com/google/go-containerregistry/pkg/v1Package v1 defines structured types for OCI v1 images
github.com/google/go-containerregistry/pkg/v1/partialPackage partial defines methods for building up a v1.Image from minimal subsets that are sufficient for defining a v1.Image.
github.com/google/go-containerregistry/pkg/v1/remote/transportPackage transport provides facilities for setting up an authenticated http.RoundTripper given an Authenticator and base RoundTripper.
github.com/google/go-containerregistry/pkg/v1/typesPackage types holds common OCI media types.
github.com/google/go-containerregistry/pkg/v1/v1util
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
timePackage time provides functionality for measuring and displaying time.