Imports of package y

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
container/heapPackage heap provides heap operations for any type that implements heap.Interface.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/aesPackage aes implements AES encryption (formerly Rijndael), as defined in U.S. Federal Information Processing Standards Publication 197.
crypto/cipherPackage cipher implements standard block cipher modes that can be wrapped around low-level block cipher implementations.
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
expvarPackage expvar provides a standardized interface to public variables, such as operation counters in servers.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/cespare/xxhashPackage xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.
github.com/dgraph-io/badger/v3/pb
github.com/dgraph-io/ristretto/z
github.com/klauspost/compress/zstd
github.com/pkg/errorsPackage errors provides simple error handling primitives.
golang.org/x/net/tracePackage trace implements tracing of requests and long-lived objects.
golang.org/x/sys/unix
hash/crc32Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
osPackage os provides a platform-independent interface to operating system functionality.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
strconvPackage strconv implements conversions to and from string representations of basic data types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.