cuelang.org/go/cue | Package cue is the main API for CUE evaluation. |
cuelang.org/go/cue/cuecontext | |
cuelang.org/go/cue/errors | Package errors defines shared types for handling CUE errors. |
cuelang.org/go/cue/parser | Package parser implements a parser for CUE source files. |
cuelang.org/go/cue/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
cuelang.org/go/internal/mod/module | |
cuelang.org/go/internal/mod/semver | Package semver implements comparison of semantic version strings. |
embed | Package embed provides access to files embedded in the running Go program. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |