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/ocifilter | Package ocifilter implements "filter" functions that wrap or combine ociregistry implementations in different ways. |
cuelabs.dev/go/oci/ociregistry/ocimem | Package ocimem provides a simple in-memory implementation of an OCI registry. |
cuelabs.dev/go/oci/ociregistry/ociserver | Package ociserver implements a docker V2 registry and the OCI distribution specification. |
cuelang.org/go/cue | Package cue is the main API for CUE evaluation. |
cuelang.org/go/cue/cuecontext | |
cuelang.org/go/mod/modfile | Package modfile provides functionality for reading and parsing the CUE module file, cue.mod/module.cue. |
cuelang.org/go/mod/modregistry | Package modregistry provides functionality for reading and writing CUE modules from an OCI registry. |
cuelang.org/go/mod/module | Package module defines the Version type along with support code. |
cuelang.org/go/mod/modzip | Package modzip provides functions for creating and extracting module zip files. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
golang.org/x/tools/txtar | Package txtar implements a trivial text-based file archive format. |
io | Package io provides basic interfaces to I/O primitives. |
io/fs | Package fs defines basic interfaces to a file system. |
net/http | Package http provides HTTP client and server implementations. |
net/http/httptest | Package httptest provides utilities for HTTP testing. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |