Imports of mapper 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/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/google/certificate-transparency-goPackage ct holds core types and utilities for Certificate Transparency.
github.com/google/certificate-transparency-go/clientPackage client is a CT log client implementation and contains types and code for interacting with RFC6962-compliant CT Log instances.
github.com/google/certificate-transparency-go/jsonclientPackage jsonclient provides a simple client for fetching and parsing JSON CT structures from a log.
github.com/google/certificate-transparency-go/x509Package x509 parses X.509-encoded keys and certificates.
github.com/google/trillianPackage trillian contains the generated protobuf code for the Trillian API.
github.com/google/trillian/examples/ct/ctmapper
github.com/google/trillian/examples/ct/ctmapper/ctmapperpb
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
timePackage time provides functionality for measuring and displaying time.