Imports of scanlog command

PathSynopsis
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/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/scannerPackage scanner holds code for iterating through the contents of a CT log.
github.com/google/certificate-transparency-go/x509Package x509 parses X.509-encoded keys and certificates.
logPackage log implements a simple logging package.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
net/httpPackage http provides HTTP client and server implementations.
osPackage os provides a platform-independent interface to operating system functionality.
pathPackage path implements utility routines for manipulating slash-separated paths.
regexpPackage regexp implements regular expression search.
timePackage time provides functionality for measuring and displaying time.