Skip to content

Commit 483c227

Browse files
Bump the go_modules group across 1 directory with 4 updates
Bumps the go_modules group with 3 updates in the / directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum), [golang.org/x/crypto](https://github.com/golang/crypto) and [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto). Updates `github.com/ethereum/go-ethereum` from 1.13.8 to 1.13.15 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.13.8...v1.13.15) Updates `golang.org/x/crypto` from 0.21.0 to 0.45.0 - [Commits](golang/crypto@v0.21.0...v0.45.0) Updates `github.com/consensys/gnark-crypto` from 0.12.1 to 0.18.1 - [Release notes](https://github.com/consensys/gnark-crypto/releases) - [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md) - [Commits](Consensys/gnark-crypto@v0.12.1...v0.18.1) Updates `golang.org/x/net` from 0.23.0 to 0.47.0 - [Commits](golang/net@v0.23.0...v0.47.0) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.13.15 dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/consensys/gnark-crypto dependency-version: 0.18.1 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.47.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a26c0ec commit 483c227

File tree

2 files changed

+46
-55
lines changed

2 files changed

+46
-55
lines changed

go.mod

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

3-
go 1.21.10
3+
go 1.24.0
44

55
require (
66
github.com/VictoriaMetrics/fastcache v1.12.1
@@ -10,8 +10,8 @@ require (
1010
github.com/davecgh/go-spew v1.1.1
1111
github.com/deckarep/golang-set/v2 v2.1.0
1212
github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127
13-
github.com/ethereum/go-ethereum v1.13.8
14-
github.com/fjl/memsize v0.0.0-20190710130421-bcb5799ab5e5
13+
github.com/ethereum/go-ethereum v1.13.15
14+
github.com/fjl/memsize v0.0.2
1515
github.com/fsnotify/fsnotify v1.6.0
1616
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08
1717
github.com/gballet/go-verkle v0.1.1-0.20231031103413-a67434b50f46
@@ -20,7 +20,7 @@ require (
2020
github.com/gorilla/websocket v1.4.2
2121
github.com/hashicorp/go-bexpr v0.1.10
2222
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
23-
github.com/holiman/billy v0.0.0-20230718173358-1c7e68d277a7
23+
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4
2424
github.com/holiman/bloomfilter/v2 v2.0.3
2525
github.com/holiman/uint256 v1.2.4
2626
github.com/kylelemons/godebug v1.1.0
@@ -31,19 +31,19 @@ require (
3131
github.com/prometheus/client_model v0.3.0
3232
github.com/shirou/gopsutil v3.21.11+incompatible
3333
github.com/spf13/cast v1.5.0
34-
github.com/spf13/pflag v1.0.5
34+
github.com/spf13/pflag v1.0.6
3535
github.com/spf13/viper v1.12.0
3636
github.com/status-im/keycard-go v0.2.0
37-
github.com/stretchr/testify v1.8.4
37+
github.com/stretchr/testify v1.10.0
3838
github.com/tyler-smith/go-bip39 v1.1.0
3939
github.com/urfave/cli/v2 v2.25.7
4040
go.uber.org/goleak v1.3.0
4141
go.uber.org/mock v0.4.0
42-
golang.org/x/crypto v0.21.0
42+
golang.org/x/crypto v0.45.0
4343
golang.org/x/exp v0.0.0-20231127185646-65229373498e
44-
golang.org/x/sync v0.6.0
45-
golang.org/x/sys v0.18.0
46-
golang.org/x/text v0.14.0
44+
golang.org/x/sync v0.18.0
45+
golang.org/x/sys v0.38.0
46+
golang.org/x/text v0.31.0
4747
golang.org/x/time v0.3.0
4848
google.golang.org/protobuf v1.33.0
4949
gopkg.in/natefinch/lumberjack.v2 v2.0.0
@@ -52,7 +52,7 @@ require (
5252
require (
5353
github.com/DataDog/zstd v1.5.2 // indirect
5454
github.com/beorn7/perks v1.0.1 // indirect
55-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
55+
github.com/bits-and-blooms/bitset v1.20.0 // indirect
5656
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
5757
github.com/btcsuite/btcd/btcutil v1.1.3 // indirect
5858
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
@@ -62,8 +62,7 @@ require (
6262
github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593 // indirect
6363
github.com/cockroachdb/redact v1.1.3 // indirect
6464
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
65-
github.com/consensys/bavard v0.1.13 // indirect
66-
github.com/consensys/gnark-crypto v0.12.1 // indirect
65+
github.com/consensys/gnark-crypto v0.18.1 // indirect
6766
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
6867
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
6968
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
@@ -72,7 +71,7 @@ require (
7271
github.com/getsentry/sentry-go v0.18.0 // indirect
7372
github.com/go-logr/logr v1.4.1 // indirect
7473
github.com/go-logr/stdr v1.2.2 // indirect
75-
github.com/go-ole/go-ole v1.2.6 // indirect
74+
github.com/go-ole/go-ole v1.3.0 // indirect
7675
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
7776
github.com/gogo/protobuf v1.3.2 // indirect
7877
github.com/golang/protobuf v1.5.3 // indirect
@@ -90,7 +89,6 @@ require (
9089
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
9190
github.com/mitchellh/mapstructure v1.5.0 // indirect
9291
github.com/mitchellh/pointerstructure v1.2.0 // indirect
93-
github.com/mmcloughlin/addchain v0.4.0 // indirect
9492
github.com/mr-tron/base58 v1.2.0 // indirect
9593
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d // indirect
9694
github.com/pelletier/go-toml v1.9.5 // indirect
@@ -121,14 +119,13 @@ require (
121119
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
122120
go.uber.org/multierr v1.10.0 // indirect
123121
go.uber.org/zap v1.26.0 // indirect
124-
golang.org/x/net v0.23.0 // indirect
125-
golang.org/x/term v0.18.0 // indirect
122+
golang.org/x/net v0.47.0 // indirect
123+
golang.org/x/term v0.37.0 // indirect
126124
gonum.org/v1/gonum v0.11.0 // indirect
127125
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 // indirect
128126
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
129127
google.golang.org/grpc v1.62.0 // indirect
130128
gopkg.in/ini.v1 v1.67.0 // indirect
131129
gopkg.in/yaml.v2 v2.4.0 // indirect
132130
gopkg.in/yaml.v3 v3.0.1 // indirect
133-
rsc.io/tmplfunc v0.0.3 // indirect
134131
)

0 commit comments

Comments
 (0)