Imports of package ociclient

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.
cuelabs.dev/go/oci/ociregistryPackage ociregistry provides an abstraction that represents the capabilities provided by an OCI registry.
cuelabs.dev/go/oci/ociregistry/internal/ocirequest
cuelabs.dev/go/oci/ociregistry/ociauth
cuelabs.dev/go/oci/ociregistry/ocirefPackage ociref supports parsing cross-registry OCI registry references.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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
hashPackage hash provides interfaces for hash functions.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
mimePackage mime implements parts of the MIME spec.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
slicesPackage slices defines various functions useful with slices of any type.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
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.