Imports of package exec

PathSynopsis
cuelang.org/go/cuePackage cue is the main API for CUE evaluation.
cuelang.org/go/internal/taskPackage task provides a registry for tasks to be used by commands.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
golang.org/x/xerrorsPackage xerrors implements functions to manipulate errors.
os/execPackage exec runs external commands.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.