Imports of mdmtest command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
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/protobuf/ptypesPackage ptypes provides functionality for interacting with well-known types.
github.com/google/trillianPackage trillian contains the generated protobuf code for the Trillian API.
github.com/google/trillian/clientPackage client verifies responses from the Trillian log.
github.com/google/trillian/crypto/keys/der/proto
github.com/google/trillian/crypto/keys/pem/proto
github.com/google/trillian/crypto/keyspb
github.com/google/trillian/crypto/sigpb
github.com/google/trillian/merkle/rfc6962
github.com/google/trillian/monitoringPackage monitoring provides monitoring functionality.
github.com/google/trillian/monitoring/prometheusPackage prometheus provides a Prometheus-based implementation of the MetricFactory abstraction.
github.com/google/trillian/testonly/mdmPackage mdm provides test-only code for checking the merge delay of a Trillian log.
github.com/google/trillian/utilPackage util holds utility functions.
github.com/prometheus/client_golang/prometheus/promhttpPackage promhttp provides tooling around HTTP servers and clients.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
net/httpPackage http provides HTTP client and server implementations.
timePackage time provides functionality for measuring and displaying time.