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