Skip to content

Commit 1a6238a

Browse files
dependabot[bot]joshuahannan
authored andcommitted
Bump github.com/consensys/gnark-crypto in /lib/go/test
Bumps [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto) from 0.14.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.14.0...v0.18.1) --- updated-dependencies: - dependency-name: github.com/consensys/gnark-crypto dependency-version: 0.18.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 21c5e18 commit 1a6238a

File tree

2 files changed

+156
-257
lines changed

2 files changed

+156
-257
lines changed

lib/go/test/go.mod

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/StackExchange/wmi v1.2.1 // indirect
2323
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
2424
github.com/beorn7/perks v1.0.1 // indirect
25-
github.com/bits-and-blooms/bitset v1.17.0 // indirect
25+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
2626
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
2727
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2828
github.com/cespare/xxhash v1.1.0 // indirect
@@ -33,8 +33,7 @@ require (
3333
github.com/cockroachdb/pebble v1.1.2 // indirect
3434
github.com/cockroachdb/redact v1.1.5 // indirect
3535
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
36-
github.com/consensys/bavard v0.1.22 // indirect
37-
github.com/consensys/gnark-crypto v0.14.0 // indirect
36+
github.com/consensys/gnark-crypto v0.18.1 // indirect
3837
github.com/coreos/go-semver v0.3.0 // indirect
3938
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
4039
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
@@ -54,7 +53,6 @@ require (
5453
github.com/fsnotify/fsnotify v1.6.0 // indirect
5554
github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 // indirect
5655
github.com/fxamacker/circlehash v0.3.0 // indirect
57-
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
5856
github.com/getsentry/sentry-go v0.27.0 // indirect
5957
github.com/glebarez/go-sqlite v1.22.0 // indirect
6058
github.com/go-kit/kit v0.12.0 // indirect
@@ -71,7 +69,6 @@ require (
7169
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb // indirect
7270
github.com/google/uuid v1.6.0 // indirect
7371
github.com/gorilla/websocket v1.5.3 // indirect
74-
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
7572
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
7673
github.com/hashicorp/errwrap v1.1.0 // indirect
7774
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -113,7 +110,6 @@ require (
113110
github.com/mattn/go-runewidth v0.0.15 // indirect
114111
github.com/minio/sha256-simd v1.0.1 // indirect
115112
github.com/mitchellh/mapstructure v1.5.0 // indirect
116-
github.com/mmcloughlin/addchain v0.4.0 // indirect
117113
github.com/mr-tron/base58 v1.2.0 // indirect
118114
github.com/multiformats/go-base32 v0.1.0 // indirect
119115
github.com/multiformats/go-base36 v0.2.0 // indirect
@@ -127,7 +123,6 @@ require (
127123
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
128124
github.com/olekukonko/tablewriter v0.0.5 // indirect
129125
github.com/onflow/atree v0.10.0 // indirect
130-
github.com/onflow/bridged-usdc/lib/go/contracts v1.0.0 // indirect
131126
github.com/onflow/crypto v0.25.3 // indirect
132127
github.com/onflow/flow-core-contracts/lib/go/contracts v1.6.1 // indirect
133128
github.com/onflow/flow-core-contracts/lib/go/templates v1.6.1 // indirect
@@ -167,9 +162,8 @@ require (
167162
github.com/spf13/cast v1.5.0 // indirect
168163
github.com/spf13/cobra v1.8.1 // indirect
169164
github.com/spf13/jwalterweatherman v1.1.0 // indirect
170-
github.com/spf13/pflag v1.0.5 // indirect
165+
github.com/spf13/pflag v1.0.6 // indirect
171166
github.com/spf13/viper v1.15.0 // indirect
172-
github.com/status-im/keycard-go v0.2.0 // indirect
173167
github.com/stretchr/objx v0.5.2 // indirect
174168
github.com/subosito/gotenv v1.4.2 // indirect
175169
github.com/supranational/blst v0.3.14 // indirect
@@ -178,8 +172,6 @@ require (
178172
github.com/tklauser/go-sysconf v0.3.12 // indirect
179173
github.com/tklauser/numcpus v0.6.1 // indirect
180174
github.com/turbolent/prettier v0.0.0-20220320183459-661cc755135d // indirect
181-
github.com/tyler-smith/go-bip39 v1.1.0 // indirect
182-
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
183175
github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect
184176
github.com/vmihailenco/tagparser v0.1.1 // indirect
185177
github.com/wlynxg/anet v0.0.5 // indirect
@@ -217,7 +209,6 @@ require (
217209
modernc.org/mathutil v1.6.0 // indirect
218210
modernc.org/memory v1.7.2 // indirect
219211
modernc.org/sqlite v1.28.0 // indirect
220-
rsc.io/tmplfunc v0.0.3 // indirect
221212
)
222213

223214
replace github.com/onflow/flow-nft/lib/go/contracts => ../contracts

0 commit comments

Comments
 (0)