Imports of package modimports

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