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
466 B

  1. module github.com/p4u/asmt
  2. go 1.16
  3. require (
  4. git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
  5. github.com/aergoio/aergo-lib v1.0.2
  6. github.com/guptarohit/asciigraph v0.4.1
  7. github.com/stretchr/testify v1.7.0
  8. github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954
  9. go.vocdoni.io/dvote v1.0.4-0.20211224171421-4172e1643820
  10. go.vocdoni.io/proto v1.13.3-0.20211213155005-46b4177904ba
  11. golang.org/x/crypto v0.0.0-20210920023735-84f357641f63
  12. )