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.

9 lines
339 B

  1. module github.com/vocdoni/go-dvote
  2. require (
  3. github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
  4. github.com/iden3/go-iden3 v0.0.0-20190208124741-3fe61ce2ce7b
  5. github.com/ipfs/go-ipfs-api v1.3.5
  6. github.com/syndtr/goleveldb v0.0.0-20190203031304-2f17a3356c66
  7. golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
  8. )