Imports of package format

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.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/google/trillianPackage trillian contains the generated protobuf code for the Trillian API.
github.com/google/trillian/logPackage log holds the code that is specific to Trillian logs core operation, particularly the code for sequencing.
github.com/google/trillian/monitoringPackage monitoring provides monitoring functionality.
github.com/google/trillian/quotaPackage quota defines Trillian's Quota Management service.
github.com/google/trillian/storagePackage storage provides general interfaces to Trillian storage layers.
github.com/google/trillian/storage/cachePackage cache provides subtree caching functionality.
github.com/google/trillian/storage/memoryPackage memory provides a simple in-process implementation of the tree- and log-storage interfaces.
github.com/google/trillian/storage/storagepbPackage storagepb contains protobuf definitions used by various storage implementations.
github.com/google/trillian/typesPackage types defines serialization and parsing functions for SignedLogRoot fields.
github.com/google/trillian/util/clockPackage clock contains time utilities, and types that allow mocking system time in tests.
github.com/transparency-dev/merklePackage merkle provides Merkle tree interfaces and implementation.
github.com/transparency-dev/merkle/rfc6962Package rfc6962 provides hashing functionality according to RFC6962.
google.golang.org/protobuf/encoding/prototextPackage prototext marshals and unmarshals protocol buffer messages as the textproto format.
google.golang.org/protobuf/types/known/durationpbPackage durationpb contains generated types for google/protobuf/duration.proto.
k8s.io/klog/v2Package klog contains the following functionality:
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.
timePackage time provides functionality for measuring and displaying time.