Skip to content

Commit b454f55

Browse files
committed
bump gnark-crypto to v0.19.2
Signed-off-by: Fedor Partanskiy <[email protected]>
1 parent 18e6354 commit b454f55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require (
5555
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 // indirect
5656
github.com/beorn7/perks v1.0.1 // indirect
5757
github.com/cespare/xxhash/v2 v2.3.0 // indirect
58-
github.com/consensys/gnark-crypto v0.19.1 // indirect
58+
github.com/consensys/gnark-crypto v0.19.2 // indirect
5959
github.com/containerd/log v0.1.0 // indirect
6060
github.com/docker/docker v28.0.0+incompatible // indirect
6161
github.com/docker/go-connections v0.4.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,8 @@ github.com/cncf/xds/go v0.0.0-20230105202645-06c439db220b/go.mod h1:eXthEFrGJvWH
677677
github.com/cncf/xds/go v0.0.0-20230310173818-32f1caf87195/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
678678
github.com/cockroachdb/datadriven v1.0.2 h1:H9MtNqVoVhvd9nCBwOyDjUEdZCREqbIdCJD93PBm/jA=
679679
github.com/cockroachdb/datadriven v1.0.2/go.mod h1:a9RdTaap04u637JoCzcUoIcDmvwSUtcUFtT/C3kJlTU=
680-
github.com/consensys/gnark-crypto v0.19.1 h1:FWO1JDs7A2OajswzwMG7f8l2Zrxc/yOkxSTByKTc3O0=
681-
github.com/consensys/gnark-crypto v0.19.1/go.mod h1:rT23F0XSZqE0mUA0+pRtnL56IbPxs6gp4CeRsBk4XS0=
680+
github.com/consensys/gnark-crypto v0.19.2 h1:qrEAIXq3T4egxqiliFFoNrepkIWVEeIYwt3UL0fvS80=
681+
github.com/consensys/gnark-crypto v0.19.2/go.mod h1:rT23F0XSZqE0mUA0+pRtnL56IbPxs6gp4CeRsBk4XS0=
682682
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
683683
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
684684
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ github.com/cespare/xxhash/v2
7373
## explicit; go 1.17
7474
github.com/cheggaaa/pb/v3
7575
github.com/cheggaaa/pb/v3/termutil
76-
# github.com/consensys/gnark-crypto v0.19.1
76+
# github.com/consensys/gnark-crypto v0.19.2
7777
## explicit; go 1.23.0
7878
github.com/consensys/gnark-crypto/ecc
7979
github.com/consensys/gnark-crypto/ecc/bls12-377

0 commit comments

Comments
 (0)