Imports of package registrytest

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/ocifilterPackage ocifilter implements "filter" functions that wrap or combine ociregistry implementations in different ways.
cuelabs.dev/go/oci/ociregistry/ocimemPackage ocimem provides a simple in-memory implementation of an OCI registry.
cuelabs.dev/go/oci/ociregistry/ociserverPackage ociserver implements a docker V2 registry and the OCI distribution specification.
cuelang.org/go/cuePackage cue is the main API for CUE evaluation.
cuelang.org/go/cue/cuecontext
cuelang.org/go/mod/modfilePackage modfile provides functionality for reading and parsing the CUE module file, cue.mod/module.cue.
cuelang.org/go/mod/modregistryPackage modregistry provides functionality for reading and writing CUE modules from an OCI registry.
cuelang.org/go/mod/modulePackage module defines the Version type along with support code.
cuelang.org/go/mod/modzipPackage modzip provides functions for creating and extracting module zip files.
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.
golang.org/x/tools/txtarPackage txtar implements a trivial text-based file archive format.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
net/httpPackage http provides HTTP client and server implementations.
net/http/httptestPackage httptest provides utilities for HTTP testing.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.