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. |
errors | Package errors implements functions to manipulate errors. |
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/google/go-cmp/cmp | Package cmp determines equality of values. |
github.com/google/trillian | Package trillian contains the generated protobuf code for the Trillian API. |
github.com/google/trillian/storage | Package storage provides general interfaces to Trillian storage layers. |
github.com/google/trillian/storage/tree | Package tree defines types that help navigating a tree in storage. |
github.com/transparency-dev/merkle/compact | Package compact provides compact Merkle tree data structures. |
github.com/transparency-dev/merkle/rfc6962 | Package rfc6962 provides hashing functionality according to RFC6962. |
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. |
google.golang.org/protobuf/proto | Package proto provides functions operating on protocol buffer messages. |
google.golang.org/protobuf/types/known/durationpb | Package durationpb contains generated types for google/protobuf/duration.proto. |
k8s.io/klog/v2 | Package klog contains the following functionality: |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
testing | Package testing provides support for automated testing of Go packages. |
time | Package time provides functionality for measuring and displaying time. |