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/go-sql-driver/mysql | Package mysql provides a MySQL driver for Go's database/sql package. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/google/trillian/cmd | Package cmd contains common code for the various binaries in this repository. |
github.com/google/trillian/crypto/keys/der/proto | |
github.com/google/trillian/crypto/keys/pem/proto | |
github.com/google/trillian/crypto/keys/pkcs11/proto | |
github.com/google/trillian/extension | Package extension provides an extension mechanism for Trillian code to access fork-specific functionality. |
github.com/google/trillian/log | Package log holds the code that is specific to Trillian logs core operation, particularly the code for sequencing. |
github.com/google/trillian/merkle/objhasher | |
github.com/google/trillian/merkle/rfc6962 | |
github.com/google/trillian/monitoring/prometheus | Package prometheus provides a Prometheus-based implementation of the MetricFactory abstraction. |
github.com/google/trillian/server | Package server contains the Trillian log server implementation. |
github.com/google/trillian/storage/mysql | Package mysql provides a MySQL-based storage layer implementation. |
github.com/google/trillian/util | Package util holds utility functions. |
github.com/google/trillian/util/etcd | |
github.com/prometheus/client_golang/prometheus/promhttp | Package promhttp provides tooling around HTTP servers and clients. |
golang.org/x/net/context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
net/http | Package http provides HTTP client and server implementations. |
os | Package os provides a platform-independent interface to operating system functionality. |
time | Package time provides functionality for measuring and displaying time. |