context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/golang/protobuf/proto | Package proto provides functionality for handling protocol buffer messages. |
github.com/golang/protobuf/ptypes | Package ptypes provides functionality for interacting with well-known types. |
github.com/google/trillian | Package trillian contains the generated protobuf code for the Trillian API. |
github.com/google/trillian/cmd | Package cmd contains common code for the various binaries in this repository. |
github.com/google/trillian/cmd/createtree/keys | |
github.com/google/trillian/crypto/keys/der | Package der contains functions for marshaling and unmarshaling keys in DER format. |
github.com/google/trillian/crypto/keys/pem | Package pem contains functions for marshaling and unmarshaling keys in PEM format. |
github.com/google/trillian/crypto/keyspb | |
github.com/google/trillian/crypto/sigpb | |
google.golang.org/grpc | Package grpc implements an RPC system called gRPC. |
google.golang.org/grpc/codes | Package codes defines the canonical error codes used by gRPC. |
google.golang.org/grpc/status | Package status implements errors returned by gRPC. |
time | Package time provides functionality for measuring and displaying time. |