Imports of package modfile

PathSynopsis
cuelang.org/go/cuePackage cue is the main API for CUE evaluation.
cuelang.org/go/cue/astPackage ast declares the types used to represent syntax trees for CUE packages.
cuelang.org/go/cue/buildPackage build defines data types and utilities for defining CUE configuration instances.
cuelang.org/go/cue/cuecontext
cuelang.org/go/cue/errorsPackage errors defines shared types for handling CUE errors.
cuelang.org/go/cue/formatPackage format implements standard formatting of CUE configurations.
cuelang.org/go/cue/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
cuelang.org/go/internal/cueversionPackage cueversion provides access to the version of the cuelang.org/go module.
cuelang.org/go/internal/encoding
cuelang.org/go/internal/filetypes
cuelang.org/go/internal/mod/semverPackage semver implements comparison of semantic version strings.
cuelang.org/go/mod/modulePackage module defines the Version type along with support code.
embedPackage embed provides access to files embedded in the running Go program.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
slicesPackage slices defines various functions useful with slices of any type.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.