Initial dract of the common structs

This commit is contained in:
a_bennassar
2020-07-24 13:04:17 +02:00
parent ecf731982e
commit b9936f8564
16 changed files with 310 additions and 5 deletions

3
go.mod
View File

@@ -4,5 +4,6 @@ go 1.14
require (
github.com/ethereum/go-ethereum v1.9.17
github.com/stretchr/testify v1.6.1
github.com/iden3/go-iden3-crypto v0.0.5
github.com/stretchr/testify v1.6.1 // indirect
)