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.

29 lines
1.0 KiB

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/BurntSushi/toml v0.3.1
  5. github.com/dghubble/sling v1.3.0
  6. github.com/ethereum/go-ethereum v1.9.17
  7. github.com/getkin/kin-openapi v0.22.0
  8. github.com/gin-gonic/gin v1.4.0
  9. github.com/go-sql-driver/mysql v1.5.0 // indirect
  10. github.com/gobuffalo/packr/v2 v2.8.0
  11. github.com/iden3/go-iden3-crypto v0.0.6-0.20200823174058-e04ca5764a15
  12. github.com/iden3/go-merkletree v0.0.0-20200902123354-eeb949f8c334
  13. github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
  14. github.com/jmoiron/sqlx v1.2.0
  15. github.com/lib/pq v1.8.0
  16. github.com/mitchellh/copystructure v1.0.0
  17. github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
  18. github.com/russross/meddler v1.0.0
  19. github.com/stretchr/testify v1.6.1
  20. github.com/ugorji/go v1.1.8 // indirect
  21. github.com/urfave/cli/v2 v2.2.0
  22. go.uber.org/multierr v1.6.0 // indirect
  23. go.uber.org/zap v1.16.0
  24. golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
  25. golang.org/x/tools/gopls v0.5.0 // indirect
  26. gopkg.in/go-playground/validator.v9 v9.29.1
  27. )