You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
347 B

5 years ago
  1. module github.com/arnaucube/merkletree
  2. require (
  3. github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
  4. github.com/ethereum/go-ethereum v1.8.20
  5. github.com/fatih/color v1.7.0
  6. github.com/iden3/go-iden3 v0.0.0-20181213124156-20b0f78e14ef
  7. github.com/stretchr/testify v1.2.2
  8. github.com/syndtr/goleveldb v0.0.0-20180815032940-ae2bd5eed72d
  9. )