Skip to content

Commit c451ae5

Browse files
committed
update go.mod and go.sum
1 parent 5d4a24a commit c451ae5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ require (
8383
github.com/tklauser/numcpus v0.6.1 // indirect
8484
github.com/x448/float16 v0.8.4 // indirect
8585
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
86-
github.com/yetanotherco/go-circom-prover-verifier v0.0.0-20250618180418-d2d74c2e8fd9 // indirect
86+
github.com/yetanotherco/go-circom-prover-verifier v0.0.0-20250618185957-f01a8a8ec4a6 // indirect
8787
go.uber.org/multierr v1.11.0 // indirect
8888
go.uber.org/zap v1.27.0 // indirect
8989
golang.org/x/net v0.24.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=
317317
github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg=
318318
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 h1:gEOO8jv9F4OT7lGCjxCBTO/36wtF6j2nSip77qHd4x4=
319319
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1/go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM=
320-
github.com/yetanotherco/go-circom-prover-verifier v0.0.0-20250618180418-d2d74c2e8fd9 h1:cM3bcZxeqTl1b65j15k3wv1/DaUuKCgjOCftkAIbpHw=
321-
github.com/yetanotherco/go-circom-prover-verifier v0.0.0-20250618180418-d2d74c2e8fd9/go.mod h1:Ex/dG7wbWCJNi5t+y1kddPKlVr8PUDn4Adlt0Cj6M+8=
320+
github.com/yetanotherco/go-circom-prover-verifier v0.0.0-20250618185957-f01a8a8ec4a6 h1:Agf6nDeTEJelBU/v7QXB2iHx/+7e1L9Gua/IfVG6Bxg=
321+
github.com/yetanotherco/go-circom-prover-verifier v0.0.0-20250618185957-f01a8a8ec4a6/go.mod h1:A6TUcQ/lvmwAA/Ir8kRMIX5NcIglk8iNKeHF8Nj6Hu0=
322322
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
323323
github.com/yusufpapurcu/wmi v1.2.3 h1:E1ctvB7uKFMOJw3fdOW32DwGE9I7t++CRUEMKvFoFiw=
324324
github.com/yusufpapurcu/wmi v1.2.3/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=

0 commit comments

Comments
 (0)