bytes | Package bytes implements functions for the manipulation of byte slices. |
compress/gzip | Package gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952. |
cuelang.org/go/cue/ast | Package ast declares the types used to represent syntax trees for CUE packages. |
cuelang.org/go/cue/ast/astutil | |
cuelang.org/go/cue/build | Package build defines data types and utilities for defining CUE configuration instances. |
cuelang.org/go/cue/errors | Package errors defines shared types for handling CUE errors. |
cuelang.org/go/cue/format | Package format implements standard formatting of CUE configurations. |
cuelang.org/go/cue/literal | Package literal implements conversions to and from string representations of basic data types. |
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 | Package internal exposes some cue internals to other packages. |
cuelang.org/go/internal/astinternal | |
cuelang.org/go/internal/core/adt | Package adt represents partially and fully evaluated CUE types. |
cuelang.org/go/internal/core/compile | |
cuelang.org/go/internal/core/convert | Package convert allows converting to and from Go values and Types. |
cuelang.org/go/internal/core/debug | Package debug prints a given ADT node. |
cuelang.org/go/internal/core/eval | |
cuelang.org/go/internal/core/export | |
cuelang.org/go/internal/core/runtime | |
cuelang.org/go/internal/core/subsume | Package subsume defines various subsumption relations. |
cuelang.org/go/internal/core/validate | Package validate collects errors from an evaluated Vertex. |
cuelang.org/go/internal/types | |
encoding | Package encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations. |
encoding/gob | Package gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver). |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/cockroachdb/apd/v2 | |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |
unicode/utf8 | Package utf8 implements functions and constants to support text encoded in UTF-8. |