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.
cuelang.org/go/internal/mod/modload
cuelang.org/go/internal/parPackage par implements parallel execution helpers.
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.
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.