bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/rand | Package rand implements a cryptographically secure random number generator. |
database/sql | Package sql provides a generic interface around SQL (or SQL-like) databases. |
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/mock/gomock | Package gomock is a mock framework for Go. |
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/golang/protobuf/ptypes/any | |
github.com/google/trillian | Package trillian contains the generated protobuf code for the Trillian API. |
github.com/google/trillian/crypto/keys | Package keys provides access to public and private keys for signing and verification of signatures. |
github.com/google/trillian/crypto/keys/der | Package der contains functions for marshaling and unmarshaling keys in DER format. |
github.com/google/trillian/crypto/keyspb | |
github.com/google/trillian/crypto/sigpb | |
github.com/google/trillian/merkle/smt | Package smt contains the implementation of the sparse Merkle tree logic. |
github.com/google/trillian/monitoring | Package monitoring provides monitoring functionality. |
github.com/google/trillian/storage/storagepb | Package storagepb contains protobuf definitions used by various storage implementations. |
github.com/google/trillian/storage/tree | Package tree defines types that help navigating a tree in storage. |
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. |
math | Package math provides basic constants and mathematical functions. |
math/big | Package big implements arbitrary-precision arithmetic (big numbers). |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |