Imports of package testonly

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.
cryptoPackage crypto collects common cryptographic constants.
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/golang/protobuf/ptypesPackage ptypes provides functionality for interacting with well-known types.
github.com/golang/protobuf/ptypes/any
github.com/golang/protobuf/ptypes/empty
github.com/google/trillianPackage trillian contains the generated protobuf code for the Trillian API.
github.com/google/trillian/crypto/keysPackage keys provides access to public and private keys for signing and verification of signatures.
github.com/google/trillian/crypto/keys/der/proto
github.com/google/trillian/crypto/keys/pemPackage pem contains functions for marshaling and unmarshaling keys in PEM format.
github.com/google/trillian/crypto/keys/pem/proto
github.com/google/trillian/crypto/keys/testonlyPackage testonly contains code and data that should only be used by tests.
github.com/google/trillian/crypto/keyspb
github.com/google/trillian/crypto/sigpb
github.com/google/trillian/errors
github.com/google/trillian/merkle
github.com/google/trillian/merkle/maphasher
github.com/google/trillian/merkle/rfc6962
github.com/google/trillian/storagePackage storage provides general interfaces to Trillian storage layers.
github.com/google/trillian/testonlyPackage testonly contains code and data that should only be used by tests.
github.com/kylelemons/godebug/prettyPackage pretty pretty-prints Go structures.
reflectPackage reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types.
sortPackage sort provides primitives for sorting slices and user-defined collections.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.