Imports of package transport

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
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/docker/distribution/registry/client/auth/challenge
github.com/google/go-containerregistry/internal/redactPackage redact contains a simple context signal for redacting requests.
github.com/google/go-containerregistry/internal/retryPackage retry provides methods for retrying operations.
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/logsPackage logs exposes the loggers used by this library.
github.com/google/go-containerregistry/pkg/namePackage name defines structured types for representing image references.
ioPackage io provides basic interfaces to I/O primitives.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/http/httputilPackage httputil provides HTTP utility functions, complementing the more common ones in the net/http package.
net/urlPackage url parses URLs and implements query escaping.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.