Skip to content

Commit 04cc1bc

Browse files
feat: pin batcher gnark version (#260)
Co-authored-by: jotabulacios <jbulacios@fi.uba.ar>
1 parent 91554ae commit 04cc1bc

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

batcher/gnark/go.mod

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module verifier
2+
3+
go 1.22.3
4+
5+
require (
6+
github.com/consensys/gnark v0.10.0
7+
github.com/consensys/gnark-crypto v0.12.2-0.20240215234832-d72fcb379d3e
8+
)

batcher/gnark/go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github.com/consensys/gnark v0.9.0/go.mod h1:Sy9jJjIaGJFfNeupyNOR9Ei2IbAB6cfCO78DfG27YvM=
2+
github.com/consensys/gnark v0.10.0/go.mod h1:VJU5JrrhZorbfDH+EUjcuFWr2c5z19tHPh8D6KVQksU=
3+
github.com/consensys/gnark-crypto v0.12.1/go.mod h1:v2Gy7L/4ZRosZ7Ivs+9SfUDr0f5UlG+EM5t7MPHiLuY=
4+
github.com/consensys/gnark-crypto v0.12.2-0.20240215234832-d72fcb379d3e/go.mod h1:wKqwsieaKPThcFkHe0d0zMsbHEUWFmZcG7KBCse210o=

0 commit comments

Comments
 (0)