bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
cuelang.org/go/cue | Package cue is the main API for CUE evaluation. |
cuelang.org/go/cue/ast | Package ast declares the types used to represent syntax trees for CUE packages. |
cuelang.org/go/cue/build | Package build defines data types and utilities for defining CUE configuration instances. |
cuelang.org/go/cue/encoding | |
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/load | Package load loads CUE instances. |
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/encoding/protobuf | Package protobuf defines functionality for parsing protocol buffer definitions and instances. |
cuelang.org/go/internal | Package internal exposes some cue internals to other packages. |
cuelang.org/go/internal/task | Package task provides a registry for tasks to be used by commands. |
cuelang.org/go/internal/third_party/yaml | |
cuelang.org/go/pkg/tool/cli | Package cli provides tasks dealing with a console. |
cuelang.org/go/pkg/tool/exec | Package exec defines tasks for running commands. |
cuelang.org/go/pkg/tool/file | Package file provides file operations for cue tasks. |
cuelang.org/go/pkg/tool/http | Package http provides tasks related to the HTTP protocol. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/spf13/cobra | Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. |
github.com/spf13/pflag | Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. |
go/ast | Package ast declares the types used to represent syntax trees for Go packages. |
go/token | Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
go/types | Package types declares the data types and implements the algorithms for type-checking of Go packages. |
golang.org/x/sync/errgroup | Package errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task. |
golang.org/x/text/language | Package language implements BCP 47 language tags and related functionality. |
golang.org/x/text/message | Package message implements formatted I/O for localized strings with functions analogous to the fmt's print functions. |
golang.org/x/tools/go/packages | Package packages loads Go packages for inspection and analysis. |
html/template | Package template (html/template) implements data-driven templates for generating HTML output safe against code injection. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
net/http | Package http provides HTTP client and server implementations. |
net/http/httptest | Package httptest provides utilities for HTTP testing. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
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. |
regexp | Package regexp implements regular expression search. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
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. |
testing | Package testing provides support for automated testing of Go packages. |
unicode | Package unicode provides data and functions to test some properties of Unicode code points. |