bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package 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/ociregistry | Package 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/ociref | Package ociref supports parsing cross-registry OCI registry references. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/opencontainers/go-digest | Package digest provides a generalized type to opaquely represent message digests and their operations within the registry. |
github.com/opencontainers/image-spec/specs-go/v1 | |
hash | Package hash provides interfaces for hash functions. |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
mime | Package mime implements parts of the MIME spec. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
slices | Package slices defines various functions useful with slices of any type. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |