context | Package 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/buildattr | Package buildattr implements support for interpreting the @if build attributes in CUE files. |
cuelang.org/go/internal/mod/modimports | |
cuelang.org/go/internal/mod/modpkgload | |
cuelang.org/go/internal/mod/modrequirements | |
cuelang.org/go/internal/mod/semver | Package semver implements comparison of semantic version strings. |
cuelang.org/go/internal/par | Package par implements parallel execution helpers. |
cuelang.org/go/mod/modfile | Package modfile provides functionality for reading and parsing the CUE module file, cue.mod/module.cue. |
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. |
io/fs | Package fs defines basic interfaces to a file system. |
log | Package log implements a simple logging package. |
maps | Package maps defines various functions useful with maps of any type. |
path | Package path implements utility routines for manipulating slash-separated paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
slices | Package slices defines various functions useful with slices of any type. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |