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.

13 lines
407 B

  1. module github.com/p4u/asmt
  2. go 1.16
  3. require (
  4. git.sr.ht/~sircmpwn/go-bare v0.0.0-20210227202403-5dae5c48f917
  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.20200815110645-5c35d600f0ca
  9. go.vocdoni.io/dvote v0.6.1-0.20210326182730-ba86106de602
  10. golang.org/x/crypto v0.0.0-20210317152858-513c2a44f670
  11. )