- module trillian_test
- go 1.16
- require (
- github.com/davecgh/go-spew v1.1.1
- github.com/google/trillian v1.4.0
- github.com/sirupsen/logrus v1.8.1
- github.com/transparency-dev/merkle v0.0.0-20220208131541-728dc2de1344
- google.golang.org/grpc v1.44.0
- google.golang.org/protobuf v1.27.1
- )
|