Imports of package modcache

PathSynopsis
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.
cuelang.org/go/internal/mod/internal/par
cuelang.org/go/internal/mod/modfile
cuelang.org/go/internal/mod/modload
cuelang.org/go/internal/mod/modpkgload
cuelang.org/go/internal/mod/modregistry
cuelang.org/go/internal/mod/modrequirements
cuelang.org/go/internal/mod/module
cuelang.org/go/internal/mod/modzip
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/rogpeppe/go-internal/lockedfilePackage lockedfile creates and manipulates files whose contents should only change atomically.
github.com/rogpeppe/go-internal/robustioPackage robustio wraps I/O functions that are prone to failure on Windows, transparently retrying errors up to an arbitrary timeout.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
logPackage log implements a simple logging package.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.