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