File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/iden3/go-schema-processor/v2
33go 1.18
44
55require (
6- github.com/iden3/go-iden3-core/v2 v2.3.2
6+ github.com/iden3/go-iden3-core/v2 v2.4.0
77 github.com/iden3/go-iden3-crypto v0.0.17
88 github.com/iden3/go-merkletree-sql/v2 v2.0.4
99 // We require the `json-gold` bugfix which has not yet been included in the
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ github.com/dchest/blake512 v1.0.0 h1:oDFEQFIqFSeuA34xLtXZ/rWxCXdSjirjzPhey5EUvmA
44github.com/dchest/blake512 v1.0.0 /go.mod h1:FV1x7xPPLWukZlpDpWQ88rF/SFwZ5qbskrzhLMB92JI =
55github.com/iden3/go-iden3-core/v2 v2.3.2 h1:kZq/TiSUmBKO/mvPUucfFE45ugTW+hXXlGT+Jf6CQTg =
66github.com/iden3/go-iden3-core/v2 v2.3.2 /go.mod h1:8vmG6y8k9VS7iNoxuiKukKbRQFsMyabCc+i8er07zOs =
7+ github.com/iden3/go-iden3-core/v2 v2.4.0 h1:nIkYQJomg/3SNXmJsuSOSG1hewLBwSXaLSM+G/wHAKg =
8+ github.com/iden3/go-iden3-core/v2 v2.4.0 /go.mod h1:8vmG6y8k9VS7iNoxuiKukKbRQFsMyabCc+i8er07zOs =
79github.com/iden3/go-iden3-crypto v0.0.17 h1:NdkceRLJo/pI4UpcjVah4lN/a3yzxRUGXqxbWcYh9mY =
810github.com/iden3/go-iden3-crypto v0.0.17 /go.mod h1:dLpM4vEPJ3nDHzhWFXDjzkn1qHoBeOT/3UEhXsEsP3E =
911github.com/iden3/go-merkletree-sql/v2 v2.0.4 h1:Dp089P3YNX1BE8+T1tKQHWTtnk84Y/Kr7ZAGTqwscoY =
You can’t perform that action at this time.
0 commit comments