module go-merkletree
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/iden3/go-iden3-core v0.0.8
|
|
github.com/iden3/go-iden3-crypto v0.0.5
|
|
github.com/stretchr/testify v1.5.1
|
|
)
|