Imports of package modconfig

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/ociregistry
cuelabs.dev/go/oci/ociregistry/ociauth
cuelabs.dev/go/oci/ociregistry/ociclient
cuelang.org/go/internal/cueconfigPackage cueconfig holds internal API relating to CUE configuration.
cuelang.org/go/internal/cueversionPackage cueversion provides access to the version of the cuelang.org/go module.
cuelang.org/go/internal/mod/modload
cuelang.org/go/internal/mod/modresolve
cuelang.org/go/mod/modcachePackage modcache provides a file-based cache for modules.
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.
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/oauth2Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests, as specified in RFC 6749.
io/fsPackage fs defines basic interfaces to a file system.
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.