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.

14 lines
434 B

5 years ago
5 years ago
5 years ago
  1. module github.com/arnaucube/go-merkletree
  2. go 1.12
  3. require (
  4. github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
  5. github.com/ethereum/go-ethereum v1.8.27
  6. github.com/fatih/color v1.7.0
  7. github.com/mattn/go-colorable v0.1.1 // indirect
  8. github.com/mattn/go-isatty v0.0.7 // indirect
  9. github.com/stretchr/testify v1.3.0
  10. github.com/syndtr/goleveldb v1.0.0
  11. golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734 // indirect
  12. )