Imports of migrillian command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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/trillian/migrillian/configpb
github.com/google/certificate-transparency-go/trillian/migrillian/corePackage core provides transport-agnostic implementation of Migrillian tool.
github.com/google/trillianPackage trillian contains the generated protobuf code for the Trillian API.
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/utilPackage util holds utility functions.
github.com/google/trillian/util/election2Package election2 provides master election tools, and interfaces for plugging in a custom underlying mechanism.
github.com/google/trillian/util/election2/etcdPackage etcd provides an implementation of master election based on etcd.
github.com/prometheus/client_golang/prometheus/promhttpPackage promhttp provides tooling around HTTP servers and clients.
go.etcd.io/etcd/client/v3
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
google.golang.org/grpc/credentials/insecurePackage insecure provides an implementation of the credentials.TransportCredentials interface which disables transport security.
k8s.io/klog/v2Package klog contains the following functionality:
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.