Skip to content

Commit f9037f5

Browse files
Bump github.com/consensys/gnark-crypto from 0.10.0 to 0.18.1
Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.10.0 to 0.18.1. - [Release notes](https://github.com/consensys/gnark-crypto/releases) - [Changelog](https://github.com/Consensys/gnark-crypto/blob/v0.18.1/CHANGELOG.md) - [Commits](Consensys/gnark-crypto@v0.10.0...v0.18.1) --- updated-dependencies: - dependency-name: github.com/consensys/gnark-crypto dependency-version: 0.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ec4140 commit f9037f5

2 files changed

Lines changed: 78 additions & 54 deletions

File tree

go.mod

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/ledgerwatch/erigon
22

3-
go 1.19
3+
go 1.23.0
44

55
require (
66
github.com/ledgerwatch/erigon-lib v0.0.0-20230330024812-ae99e29d013b
@@ -25,7 +25,7 @@ require (
2525
github.com/btcsuite/btcd/btcec/v2 v2.3.2
2626
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
2727
github.com/cometbft/cometbft v0.37.1
28-
github.com/consensys/gnark-crypto v0.10.0
28+
github.com/consensys/gnark-crypto v0.18.1
2929
github.com/crate-crypto/go-ipa v0.0.0-20221111143132-9aa5d42120bc
3030
github.com/crate-crypto/go-kzg-4844 v0.0.0-20230405223534-4364e2f9d209
3131
github.com/davecgh/go-spew v1.1.1
@@ -77,9 +77,9 @@ require (
7777
github.com/quasilyte/go-ruleguard/dsl v0.3.22
7878
github.com/rs/cors v1.8.3
7979
github.com/shirou/gopsutil/v3 v3.23.3
80-
github.com/spf13/cobra v1.6.1
81-
github.com/spf13/pflag v1.0.5
82-
github.com/stretchr/testify v1.8.2
80+
github.com/spf13/cobra v1.8.1
81+
github.com/spf13/pflag v1.0.6
82+
github.com/stretchr/testify v1.10.0
8383
github.com/tendermint/go-amino v0.14.1
8484
github.com/tendermint/tendermint v0.31.12
8585
github.com/thomaso-mirodin/intmath v0.0.0-20160323211736-5dc6d854e46e
@@ -92,11 +92,11 @@ require (
9292
github.com/willf/bitset v1.1.10
9393
github.com/xsleonard/go-merkle v1.1.0
9494
go.uber.org/zap v1.24.0
95-
golang.org/x/crypto v0.8.0
95+
golang.org/x/crypto v0.35.0
9696
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
97-
golang.org/x/net v0.9.0
98-
golang.org/x/sync v0.1.0
99-
golang.org/x/sys v0.7.0
97+
golang.org/x/net v0.25.0
98+
golang.org/x/sync v0.11.0
99+
golang.org/x/sys v0.30.0
100100
golang.org/x/time v0.3.0
101101
google.golang.org/grpc v1.54.0
102102
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
@@ -131,15 +131,14 @@ require (
131131
github.com/benbjohnson/clock v1.3.0 // indirect
132132
github.com/benbjohnson/immutable v0.3.0 // indirect
133133
github.com/beorn7/perks v1.0.1 // indirect
134-
github.com/bits-and-blooms/bitset v1.5.0 // indirect
134+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
135135
github.com/bradfitz/iter v0.0.0-20191230175014-e8f45d346db8 // indirect
136136
github.com/cespare/xxhash v1.1.0 // indirect
137137
github.com/cespare/xxhash/v2 v2.2.0 // indirect
138-
github.com/consensys/bavard v0.1.13 // indirect
139138
github.com/containerd/cgroups v1.1.0 // indirect
140139
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
141140
github.com/cosmos/gogoproto v1.4.1 // indirect
142-
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
141+
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
143142
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
144143
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
145144
github.com/dgraph-io/ristretto v0.0.4-0.20210318174700-74754f61e018 // indirect
@@ -171,7 +170,7 @@ require (
171170
github.com/gtank/merlin v0.1.1 // indirect
172171
github.com/herumi/bls-eth-go-binary v0.0.0-20210917013441-d37c07cfda4e // indirect
173172
github.com/ianlancetaylor/cgosymbolizer v0.0.0-20220405231054-a1ae3e4bba26 // indirect
174-
github.com/inconshreveable/mousetrap v1.0.1 // indirect
173+
github.com/inconshreveable/mousetrap v1.1.0 // indirect
175174
github.com/ipfs/go-cid v0.3.2 // indirect
176175
github.com/ipfs/go-log/v2 v2.5.1 // indirect
177176
github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
@@ -202,7 +201,6 @@ require (
202201
github.com/mikioh/tcpopt v0.0.0-20190314235656-172688c1accc // indirect
203202
github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 // indirect
204203
github.com/mitchellh/mapstructure v1.5.0 // indirect
205-
github.com/mmcloughlin/addchain v0.4.0 // indirect
206204
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
207205
github.com/modern-go/reflect2 v1.0.2 // indirect
208206
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
@@ -274,9 +272,9 @@ require (
274272
go.uber.org/dig v1.16.1 // indirect
275273
go.uber.org/fx v1.19.1 // indirect
276274
go.uber.org/multierr v1.9.0 // indirect
277-
golang.org/x/mod v0.9.0 // indirect
278-
golang.org/x/text v0.9.0 // indirect
279-
golang.org/x/tools v0.7.0 // indirect
275+
golang.org/x/mod v0.17.0 // indirect
276+
golang.org/x/text v0.22.0 // indirect
277+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
280278
google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 // indirect
281279
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
282280
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -292,7 +290,6 @@ require (
292290
modernc.org/strutil v1.1.3 // indirect
293291
modernc.org/token v1.1.0 // indirect
294292
nhooyr.io/websocket v1.8.7 // indirect
295-
rsc.io/tmplfunc v0.0.3 // indirect
296293
)
297294

298295
replace (

0 commit comments

Comments
 (0)