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. |
cuelang.org/go/mod/module | Package module defines the Version type along with support code. |
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. |
path | Package path implements utility routines for manipulating slash-separated paths. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |