go.mod 287 B

123456789101112
  1. module trillian_test
  2. go 1.16
  3. require (
  4. github.com/davecgh/go-spew v1.1.1
  5. github.com/google/trillian v1.4.0
  6. github.com/sirupsen/logrus v1.8.1
  7. github.com/transparency-dev/merkle v0.0.0-20220208131541-728dc2de1344
  8. google.golang.org/grpc v1.44.0
  9. google.golang.org/protobuf v1.27.1
  10. )