Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 1da5570

Browse files
Bump github.com/ethereum/go-ethereum from 1.13.14 to 1.14.7
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.13.14 to 1.14.7. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.13.14...v1.14.7) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 07c3182 commit 1da5570

File tree

2 files changed

+46
-182
lines changed

2 files changed

+46
-182
lines changed

go.mod

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/0xPolygonHermez/zkevm-data-streamer v0.2.3-RC5
77
github.com/didip/tollbooth/v6 v6.1.2
88
github.com/dop251/goja v0.0.0-20230806174421-c933cf95e127
9-
github.com/ethereum/go-ethereum v1.13.14
9+
github.com/ethereum/go-ethereum v1.14.7
1010
github.com/go-git/go-billy/v5 v5.5.0
1111
github.com/go-git/go-git/v5 v5.12.0
1212
github.com/gobuffalo/packr/v2 v2.8.3
@@ -39,39 +39,40 @@ require (
3939
require (
4040
dario.cat/mergo v1.0.0 // indirect
4141
github.com/DataDog/zstd v1.5.2 // indirect
42-
github.com/Microsoft/go-winio v0.6.1 // indirect
42+
github.com/Microsoft/go-winio v0.6.2 // indirect
4343
github.com/ProtonMail/go-crypto v1.0.0 // indirect
4444
github.com/StackExchange/wmi v1.2.1 // indirect
45-
github.com/VictoriaMetrics/fastcache v1.12.1 // indirect
45+
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
4646
github.com/bahlo/generic-list-go v0.2.0 // indirect
4747
github.com/beorn7/perks v1.0.1 // indirect
4848
github.com/bits-and-blooms/bitset v1.10.0 // indirect
4949
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect
5050
github.com/buger/jsonparser v1.1.1 // indirect
5151
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5252
github.com/cloudflare/circl v1.3.7 // indirect
53-
github.com/cockroachdb/errors v1.9.1 // indirect
53+
github.com/cockroachdb/errors v1.11.3 // indirect
54+
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
5455
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
55-
github.com/cockroachdb/pebble v0.0.0-20230928194634-aa077af62593 // indirect
56-
github.com/cockroachdb/redact v1.1.3 // indirect
56+
github.com/cockroachdb/pebble v1.1.1 // indirect
57+
github.com/cockroachdb/redact v1.1.5 // indirect
5758
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
5859
github.com/consensys/bavard v0.1.13 // indirect
5960
github.com/consensys/gnark-crypto v0.12.1 // indirect
6061
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
61-
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 // indirect
62-
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
62+
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
63+
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
6364
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
6465
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
65-
github.com/deckarep/golang-set/v2 v2.1.0 // indirect
66+
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
6667
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.1.0 // indirect
6768
github.com/dlclark/regexp2 v1.7.0 // indirect
6869
github.com/emirpasic/gods v1.18.1 // indirect
69-
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
70+
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
71+
github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 // indirect
7072
github.com/fjl/memsize v0.0.2 // indirect
7173
github.com/fsnotify/fsnotify v1.7.0 // indirect
7274
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
73-
github.com/gballet/go-verkle v0.1.1-0.20231031103413-a67434b50f46 // indirect
74-
github.com/getsentry/sentry-go v0.18.0 // indirect
75+
github.com/getsentry/sentry-go v0.27.0 // indirect
7576
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
7677
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
7778
github.com/go-ole/go-ole v1.3.0 // indirect
@@ -130,7 +131,7 @@ require (
130131
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
131132
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
132133
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
133-
github.com/sirupsen/logrus v1.9.0 // indirect
134+
github.com/sirupsen/logrus v1.9.3 // indirect
134135
github.com/skeema/knownhosts v1.2.2 // indirect
135136
github.com/sourcegraph/conc v0.3.0 // indirect
136137
github.com/spf13/cast v1.6.0 // indirect
@@ -148,15 +149,13 @@ require (
148149
github.com/xanzy/ssh-agent v0.3.3 // indirect
149150
github.com/xrash/smetrics v0.0.0-20240312152122-5f08fbb34913 // indirect
150151
go.uber.org/multierr v1.10.0 // indirect
151-
golang.org/x/mod v0.17.0 // indirect
152152
golang.org/x/sys v0.21.0 // indirect
153153
golang.org/x/term v0.21.0 // indirect
154154
golang.org/x/text v0.16.0 // indirect
155155
golang.org/x/time v0.5.0 // indirect
156-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
157156
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
158157
gopkg.in/ini.v1 v1.67.0 // indirect
159-
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
158+
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
160159
gopkg.in/warnings.v0 v0.1.2 // indirect
161160
rsc.io/tmplfunc v0.0.3 // indirect
162161
)

0 commit comments

Comments
 (0)