-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(security): Bump gnark version (#991)
Co-authored-by: Mariano Nicolini <mariano.nicolini.91@gmail.com>
- Loading branch information
1 parent
07e6f34
commit d70ac35
Showing
9 changed files
with
886 additions
and
828 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,28 @@ | ||
module verifier | ||
|
||
go 1.22.3 | ||
go 1.22.3 | ||
|
||
require ( | ||
github.com/consensys/gnark v0.10.0 | ||
github.com/consensys/gnark-crypto v0.12.2-0.20240215234832-d72fcb379d3e | ||
) | ||
require ( | ||
github.com/consensys/gnark v0.11.0 | ||
github.com/consensys/gnark-crypto v0.14.0 | ||
) | ||
|
||
require ( | ||
github.com/bits-and-blooms/bitset v1.8.0 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/consensys/bavard v0.1.13 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/fxamacker/cbor/v2 v2.5.0 // indirect | ||
github.com/google/pprof v0.0.0-20230817174616-7a8ec2ada47b // indirect | ||
github.com/ingonyama-zk/icicle v0.0.0-20230928131117-97f0079e5c71 // indirect | ||
github.com/ingonyama-zk/iciclegnark v0.1.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mmcloughlin/addchain v0.4.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/rs/zerolog v1.30.0 // indirect | ||
github.com/stretchr/testify v1.8.4 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
golang.org/x/sync v0.3.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
rsc.io/tmplfunc v0.0.3 // indirect | ||
) | ||
require ( | ||
github.com/bits-and-blooms/bitset v1.14.2 // indirect | ||
github.com/blang/semver/v4 v4.0.0 // indirect | ||
github.com/consensys/bavard v0.1.13 // indirect | ||
github.com/fxamacker/cbor/v2 v2.7.0 // indirect | ||
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect | ||
github.com/ingonyama-zk/icicle v1.1.0 // indirect | ||
github.com/ingonyama-zk/iciclegnark v0.1.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mmcloughlin/addchain v0.4.0 // indirect | ||
github.com/ronanh/intcomp v1.1.0 // indirect | ||
github.com/rs/zerolog v1.33.0 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
rsc.io/tmplfunc v0.0.3 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.