Imports of package cue

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
crypto/md5Package md5 implements the MD5 hash algorithm as defined in RFC 1321.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
crypto/sha512Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 hash algorithms as defined in FIPS 180-4.
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/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/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/internalPackage internal exposes some cue internals to other packages.
cuelang.org/go/internal/third_party/yaml
encodingPackage encoding defines interfaces shared by other packages that convert data to and from byte-level and textual representations.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
encoding/csvPackage csv reads and writes comma-separated values (CSV) files.
encoding/gobPackage gob manages streams of gobs - binary values exchanged between an Encoder (transmitter) and a Decoder (receiver).
encoding/hexPackage hex implements hexadecimal encoding and decoding.
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/cockroachdb/apd/v2
github.com/ghodss/yaml
go/astPackage ast declares the types used to represent syntax trees for Go packages.
golang.org/x/net/idnaPackage idna implements IDNA2008 using the compatibility processing defined by UTS (Unicode Technical Standard) #46, which defines a standard to deal with the transition from IDNA2003.
htmlPackage html provides functions for escaping and unescaping HTML text.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
math/bitsPackage bits implements bit counting and manipulation functions for the predeclared unsigned integer types.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
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.
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.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.
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.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.