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.

21 lines
703 B

4 years ago
4 years ago
4 years ago
4 years ago
  1. module github.com/hermeznetwork/hermez-node
  2. go 1.14
  3. require (
  4. github.com/dghubble/sling v1.3.0
  5. github.com/ethereum/go-ethereum v1.9.17
  6. github.com/go-sql-driver/mysql v1.5.0 // indirect
  7. github.com/gobuffalo/packr/v2 v2.8.0
  8. github.com/iden3/go-iden3-core v0.0.8
  9. github.com/iden3/go-iden3-crypto v0.0.6-0.20200823174058-e04ca5764a15
  10. github.com/iden3/go-merkletree v0.0.0-20200902123354-eeb949f8c334
  11. github.com/jinzhu/gorm v1.9.15
  12. github.com/jmoiron/sqlx v1.2.0
  13. github.com/lib/pq v1.8.0
  14. github.com/mitchellh/copystructure v1.0.0
  15. github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
  16. github.com/russross/meddler v1.0.0
  17. github.com/stretchr/testify v1.6.1
  18. go.uber.org/zap v1.13.0
  19. )