Imports of package provider

PathSynopsis
github.com/google/trillian/quotaPackage quota defines Trillian's Quota Management service.
github.com/google/trillian/quota/crdbqmPackage crdbqm defines a CockroachDB-based quota.Manager implementation.
github.com/google/trillian/quota/mysqlqmPackage mysqlqm defines a MySQL-based quota.Manager implementation.
github.com/google/trillian/quota/postgresqlqmPackage postgresqlqm defines a PostgreSQL-based quota.Manager implementation.
github.com/google/trillian/storagePackage storage provides general interfaces to Trillian storage layers.
github.com/google/trillian/storage/cloudspannerPackage cloudspanner contains the Cloud Spanner storage implementation.
github.com/google/trillian/storage/crdbPackage crdb provides a CockroachDB-based storage layer implementation.
github.com/google/trillian/storage/mysqlPackage mysql provides a MySQL-based storage layer implementation.
github.com/google/trillian/storage/postgresqlPackage postgresql provides a PostgreSQL-based storage layer implementation.
github.com/google/trillian/util/election2Package election2 provides master election tools, and interfaces for plugging in a custom underlying mechanism.
github.com/google/trillian/util/election2/etcdPackage etcd provides an implementation of master election based on etcd.
github.com/google/trillian/util/election2/k8s
slicesPackage slices defines various functions useful with slices of any type.