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.
|
module github.com/arnaucube/kesto/treeinterface/benchmarks
|
|
|
|
go 1.16
|
|
|
|
replace github.com/arnaucube/kesto/treeinterface/arbotree => ../arbotree
|
|
|
|
require (
|
|
github.com/arnaucube/arbo v0.0.0-20210519105811-13378d338ef2
|
|
github.com/arnaucube/kesto/treeinterface/arbotree v0.0.0-20210518090017-aff9bcc18604
|
|
github.com/p4u/asmt v0.0.0-20210327173007-3e47da54b6b6
|
|
go.vocdoni.io/dvote v0.6.1-0.20210519145433-4b6da3324284
|
|
)
|