Skip to content

Commit 3f1f9b7

Browse files
committed
chore: gnark dependency update
1 parent 0b4fe53 commit 3f1f9b7

File tree

2 files changed

+51
-55
lines changed

2 files changed

+51
-55
lines changed

prover/go.mod

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ go 1.24.0
55
toolchain go1.24.6
66

77
require (
8-
github.com/bits-and-blooms/bitset v1.20.0
9-
github.com/consensys/bavard v0.1.31-0.20250314194434-b30d4344e6d4
8+
github.com/bits-and-blooms/bitset v1.24.0
9+
github.com/consensys/bavard v0.2.1
1010
github.com/consensys/compress v0.2.5
11-
github.com/consensys/gnark v0.12.1-0.20250501002417-facdd9882b80
12-
github.com/consensys/gnark-crypto v0.17.1-0.20250326164229-5fd6610ac2a1
11+
github.com/consensys/gnark v0.14.1-0.20250829134959-aa80ee3ecfeb
12+
github.com/consensys/gnark-crypto v0.19.0
1313
github.com/consensys/go-corset v1.0.12-0.20250729080012-3d83adbcfe23
1414
github.com/crate-crypto/go-kzg-4844 v1.1.0
1515
github.com/dlclark/regexp2 v1.11.2
1616
github.com/dnlo/struct2csv v0.0.0-20190928115744-2f584471b24e
17-
github.com/fxamacker/cbor/v2 v2.7.0
17+
github.com/fxamacker/cbor/v2 v2.9.0
1818
github.com/go-playground/assert/v2 v2.2.0
1919
github.com/go-playground/validator/v10 v10.22.0
2020
github.com/gofrs/flock v0.12.0
@@ -24,15 +24,15 @@ require (
2424
github.com/pierrec/lz4/v4 v4.1.22
2525
github.com/pkg/errors v0.9.1
2626
github.com/prometheus/client_golang v1.19.1
27-
github.com/rs/zerolog v1.33.0
27+
github.com/rs/zerolog v1.34.0
2828
github.com/shirou/gopsutil v3.21.11+incompatible
2929
github.com/sirupsen/logrus v1.9.3
3030
github.com/spf13/cobra v1.8.1
3131
github.com/spf13/viper v1.19.0
3232
github.com/stretchr/testify v1.10.0
33-
golang.org/x/crypto v0.39.0
34-
golang.org/x/net v0.38.0
35-
golang.org/x/sync v0.15.0
33+
golang.org/x/crypto v0.41.0
34+
golang.org/x/net v0.42.0
35+
golang.org/x/sync v0.16.0
3636
golang.org/x/time v0.5.0
3737
)
3838

@@ -52,7 +52,7 @@ require (
5252
github.com/go-playground/locales v0.14.1 // indirect
5353
github.com/go-playground/universal-translator v0.18.1 // indirect
5454
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
55-
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
55+
github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect
5656
github.com/hashicorp/hcl v1.0.0 // indirect
5757
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
5858
github.com/holiman/uint256 v1.3.1 // indirect
@@ -61,7 +61,7 @@ require (
6161
github.com/ingonyama-zk/icicle-gnark/v3 v3.2.2 // indirect
6262
github.com/leodido/go-urn v1.4.0 // indirect
6363
github.com/magiconair/properties v1.8.7 // indirect
64-
github.com/mattn/go-colorable v0.1.13 // indirect
64+
github.com/mattn/go-colorable v0.1.14 // indirect
6565
github.com/mattn/go-isatty v0.0.20 // indirect
6666
github.com/mattn/go-runewidth v0.0.15 // indirect
6767
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -72,7 +72,7 @@ require (
7272
github.com/prometheus/common v0.55.0 // indirect
7373
github.com/prometheus/procfs v0.15.1 // indirect
7474
github.com/rivo/uniseg v0.4.7 // indirect
75-
github.com/ronanh/intcomp v1.1.0 // indirect
75+
github.com/ronanh/intcomp v1.1.1 // indirect
7676
github.com/sagikazarmark/locafero v0.6.0 // indirect
7777
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
7878
github.com/sourcegraph/conc v0.3.0 // indirect
@@ -86,8 +86,8 @@ require (
8686
github.com/x448/float16 v0.8.4 // indirect
8787
github.com/yusufpapurcu/wmi v1.2.4 // indirect
8888
go.uber.org/multierr v1.11.0 // indirect
89-
golang.org/x/term v0.32.0 // indirect
90-
golang.org/x/text v0.26.0 // indirect
89+
golang.org/x/term v0.34.0 // indirect
90+
golang.org/x/text v0.28.0 // indirect
9191
google.golang.org/protobuf v1.34.2 // indirect
9292
gopkg.in/ini.v1 v1.67.0 // indirect
9393
rsc.io/tmplfunc v0.0.3 // indirect
@@ -96,10 +96,9 @@ require (
9696
require (
9797
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9898
github.com/ethereum/go-ethereum v1.14.13
99-
github.com/mmcloughlin/addchain v0.4.0 // indirect
10099
github.com/pkg/profile v1.7.0
101100
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
102-
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948
103-
golang.org/x/sys v0.33.0 // indirect
101+
golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
102+
golang.org/x/sys v0.35.0 // indirect
104103
gopkg.in/yaml.v3 v3.0.1 // indirect
105104
)

0 commit comments

Comments
 (0)