Imports of package cmd

PathSynopsis
archive/zipPackage zip provides support for reading and writing ZIP archives.
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
cmpPackage cmp provides types and functions related to comparing ordered values.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
cuelabs.dev/go/oci/ociregistryPackage ociregistry provides an abstraction that represents the capabilities provided by an OCI registry.
cuelabs.dev/go/oci/ociregistry/ocimemPackage ocimem provides a simple in-memory implementation of an OCI registry.
cuelabs.dev/go/oci/ociregistry/ocirefPackage ociref supports parsing cross-registry OCI registry references.
cuelabs.dev/go/oci/ociregistry/ociserverPackage ociserver implements a docker V2 registry and the OCI distribution specification.
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/ast/astutil
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/interpreter/embedPackage embed provides capabilities to CUE to embed any file that resides within a CUE module into CUE either verbatim or decoded.
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/statsPackage stats is an experimental package for getting statistics on CUE evaluations.
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/jsonPackage json converts JSON to and from CUE.
cuelang.org/go/encoding/protobufPackage protobuf defines functionality for parsing protocol buffer definitions and instances.
cuelang.org/go/encoding/protobuf/jsonpbPackage jsonpb rewrites a CUE expression based upon the Protobuf interpretation of JSON.
cuelang.org/go/internalPackage internal exposes some cue internals to other packages.
cuelang.org/go/internal/astinternal
cuelang.org/go/internal/core/adtPackage adt represents partially and fully evaluated CUE types.
cuelang.org/go/internal/cueconfigPackage cueconfig holds internal API relating to CUE configuration.
cuelang.org/go/internal/cuedebug
cuelang.org/go/internal/cueexperiment
cuelang.org/go/internal/cueversionPackage cueversion provides access to the version of the cuelang.org/go module.
cuelang.org/go/internal/diff
cuelang.org/go/internal/encoding
cuelang.org/go/internal/encoding/gotypes
cuelang.org/go/internal/filetypes
cuelang.org/go/internal/golangorgx/gopls/cmdPackage cmd handles the gopls command line.
cuelang.org/go/internal/golangorgx/gopls/hooksPackage hooks adds all the standard gopls implementations.
cuelang.org/go/internal/golangorgx/tools/toolPackage tool is a harness for writing Go tools.
cuelang.org/go/internal/httplog
cuelang.org/go/internal/mod/modload
cuelang.org/go/internal/mod/modresolve
cuelang.org/go/internal/mod/semverPackage semver implements comparison of semantic version strings.
cuelang.org/go/internal/sourcePackage source contains utility functions that standardize reading source bytes across cue packages.
cuelang.org/go/internal/taskPackage task provides a registry for tasks to be used by commands.
cuelang.org/go/internal/valuePackage value contains functions for converting values to internal types and various other Value-related utilities.
cuelang.org/go/internal/vcsPackage vcs provides access to operations on the version control systems supported by the source field in module.cue.
cuelang.org/go/mod/modconfigPackage modconfig provides access to the standard CUE module configuration, including registry access and authorization.
cuelang.org/go/mod/modfilePackage modfile provides functionality for reading and parsing the CUE module file, cue.mod/module.cue.
cuelang.org/go/mod/modregistryPackage modregistry provides functionality for reading and writing CUE modules from an OCI registry.
cuelang.org/go/mod/modulePackage module defines the Version type along with support code.
cuelang.org/go/mod/modzipPackage modzip provides functions for creating and extracting module zip files.
cuelang.org/go/pkg/encoding/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.
cuelang.org/go/pkg/tool/osPackage os defines tasks for retrieving os-related information.
cuelang.org/go/tools/fixPackage fix contains functionality for writing CUE files with legacy syntax to newer ones.
cuelang.org/go/tools/flowPackage flow provides a low-level workflow manager based on a CUE Instance.
cuelang.org/go/tools/trimPackage trim removes fields that may be inferred from another mixed in value that "dominates" it.
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/opencontainers/go-digestPackage digest provides a generalized type to opaquely represent message digests and their operations within the registry.
github.com/opencontainers/image-spec/specs-go
github.com/opencontainers/image-spec/specs-go/v1
github.com/rogpeppe/go-internal/diff
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/oauth2Package oauth2 provides support for making OAuth2 authorized and authenticated HTTP requests, as specified in RFC 6749.
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.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
log/slogPackage slog provides structured logging, in which log records include a message, a severity level, and various other attributes expressed as key-value pairs.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
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.
os/signalPackage signal implements access to incoming signals.
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.
runtime/debugPackage debug contains facilities for programs to debug themselves while they are running.
runtime/pprofPackage pprof writes runtime profiling data in the format expected by the pprof visualization tool.
slicesPackage slices defines various functions useful with slices of any type.
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.
syscallPackage syscall contains an interface to the low-level operating system primitives.
testingPackage testing provides support for automated testing of Go packages.
text/templatePackage template implements data-driven templates for generating textual output.
timePackage time provides functionality for measuring and displaying time.
unicodePackage unicode provides data and functions to test some properties of Unicode code points.