Imports of package cache

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.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/golang/mock/gomockPackage gomock is a mock framework for Go.
github.com/golang/protobuf/protoPackage proto provides functionality for handling protocol buffer messages.
github.com/google/trillian/merkle
github.com/google/trillian/merkle/compact
github.com/google/trillian/merkle/hashers
github.com/google/trillian/storagePackage storage provides general interfaces to Trillian storage layers.
github.com/google/trillian/storage/storagepbPackage storagepb contains protobuf definitions used by various storage implementations.
github.com/google/trillian/storage/treePackage tree defines types that help navigating a tree in storage.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.