Imports of package client

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/sha256Package sha256 implements the SHA224 and SHA256 hash algorithms as defined in FIPS 180-4.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
errorsPackage errors implements functions to manipulate errors.
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/client/configpb
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/tlsPackage tls implements functionality for dealing with TLS-encoded data, as defined in RFC 5246.
github.com/google/certificate-transparency-go/x509Package x509 parses X.509-encoded keys and certificates.
google.golang.org/protobuf/encoding/prototextPackage prototext marshals and unmarshals protocol buffer messages as the textproto format.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
io/ioutilPackage ioutil implements some I/O utility functions.
net/httpPackage http provides HTTP client and server implementations.
strconvPackage strconv implements conversions to and from string representations of basic data types.
timePackage time provides functionality for measuring and displaying time.