Imports of package cmd

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
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/encoding
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/literalPackage literal implements conversions to and from string representations of basic data types.
cuelang.org/go/cue/loadPackage load loads CUE instances.
cuelang.org/go/cue/parserPackage parser implements a parser for CUE source files.
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/encoding/protobufPackage protobuf defines functionality for parsing protocol buffer definitions and instances.
cuelang.org/go/internalPackage internal exposes some cue internals to other packages.
cuelang.org/go/internal/taskPackage task provides a registry for tasks to be used by commands.
cuelang.org/go/internal/third_party/yaml
cuelang.org/go/pkg/tool/cliPackage cli provides tasks dealing with a console.
cuelang.org/go/pkg/tool/execPackage exec defines tasks for running commands.
cuelang.org/go/pkg/tool/filePackage file provides file operations for cue tasks.
cuelang.org/go/pkg/tool/httpPackage http provides tasks related to the HTTP protocol.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/spf13/cobraPackage cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
go/astPackage ast declares the types used to represent syntax trees for Go packages.
go/tokenPackage token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
go/typesPackage types declares the data types and implements the algorithms for type-checking of Go packages.
golang.org/x/sync/errgroupPackage errgroup provides synchronization, error propagation, and Context cancelation for groups of goroutines working on subtasks of a common task.
golang.org/x/text/languagePackage language implements BCP 47 language tags and related functionality.
golang.org/x/text/messagePackage message implements formatted I/O for localized strings with functions analogous to the fmt's print functions.
golang.org/x/tools/go/packagesPackage packages loads Go packages for inspection and analysis.
html/templatePackage template (html/template) implements data-driven templates for generating HTML output safe against code injection.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
net/httpPackage http provides HTTP client and server implementations.
net/http/httptestPackage httptest provides utilities for HTTP testing.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.