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.

11 lines
333 B

  1. module github.com/arnaucube/kesto/treeinterface/arbotree
  2. go 1.16
  3. // replace github.com/arnaucube/arbo => ../../../arbo
  4. require (
  5. github.com/arnaucube/arbo v0.0.0-20210508150807-6dcbbdf4a51a // indirect
  6. github.com/iden3/go-merkletree v0.0.0-20210308143313-8b63ca866189
  7. go.vocdoni.io/dvote v0.6.1-0.20210508104027-72380d23da7f
  8. )