cuelang.org/go/cue/ast | Package ast declares the types used to represent syntax trees for CUE packages. |
cuelang.org/go/cue/parser | Package parser implements a parser for CUE source files. |
cuelang.org/go/internal/cueimports | Package cueimports provides support for reading the import section of a CUE file without needing to read the rest of it. |
errors | Package errors implements functions to manipulate errors. |
io/fs | Package fs defines basic interfaces to a file system. |
path | Package path implements utility routines for manipulating slash-separated paths. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |