Skip to content

Commit 36556e9

Browse files
Bump github.com/onflow/go-ethereum from 1.14.7 to 1.15.8
Bumps [github.com/onflow/go-ethereum](https://github.com/onflow/go-ethereum) from 1.14.7 to 1.15.8. - [Commits](onflow/go-ethereum@v1.14.7...v1.15.8) --- updated-dependencies: - dependency-name: github.com/onflow/go-ethereum dependency-version: 1.15.8 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e626695 commit 36556e9

File tree

2 files changed

+96
-68
lines changed

2 files changed

+96
-68
lines changed

go.mod

+24-21
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module github.com/onflow/flowkit/v2
22

33
go 1.23
4-
5-
toolchain go1.23.4
4+
toolchain go1.24.1
65

76
require (
87
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
@@ -15,7 +14,7 @@ require (
1514
github.com/onflow/flow-go v0.38.1-0.20250218174738-2181389f9f7d
1615
github.com/onflow/flow-go-sdk v1.3.1
1716
github.com/onflow/flow/protobuf/go/flow v0.4.9
18-
github.com/onflow/go-ethereum v1.14.7
17+
github.com/onflow/go-ethereum v1.15.8
1918
github.com/pkg/errors v0.9.1
2019
github.com/rs/zerolog v1.34.0
2120
github.com/spf13/afero v1.10.0
@@ -39,7 +38,7 @@ require (
3938
github.com/StackExchange/wmi v1.2.1 // indirect
4039
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
4140
github.com/beorn7/perks v1.0.1 // indirect
42-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
41+
github.com/bits-and-blooms/bitset v1.17.0 // indirect
4342
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
4443
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
4544
github.com/cespare/xxhash v1.1.0 // indirect
@@ -48,14 +47,14 @@ require (
4847
github.com/cockroachdb/errors v1.11.3 // indirect
4948
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
5049
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
51-
github.com/cockroachdb/pebble v1.1.1 // indirect
50+
github.com/cockroachdb/pebble v1.1.2 // indirect
5251
github.com/cockroachdb/redact v1.1.5 // indirect
5352
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
54-
github.com/consensys/bavard v0.1.13 // indirect
55-
github.com/consensys/gnark-crypto v0.12.1 // indirect
53+
github.com/consensys/bavard v0.1.22 // indirect
54+
github.com/consensys/gnark-crypto v0.14.0 // indirect
5655
github.com/coreos/go-semver v0.3.0 // indirect
57-
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
58-
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
56+
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
57+
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
5958
github.com/davecgh/go-spew v1.1.1 // indirect
6059
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
6160
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
@@ -69,12 +68,11 @@ require (
6968
github.com/ef-ds/deque v1.0.4 // indirect
7069
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
7170
github.com/ethereum/go-ethereum v1.13.10 // indirect
72-
github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 // indirect
71+
github.com/ethereum/go-verkle v0.2.2 // indirect
7372
github.com/felixge/httpsnoop v1.0.4 // indirect
7473
github.com/fsnotify/fsnotify v1.6.0 // indirect
7574
github.com/fxamacker/cbor/v2 v2.4.1-0.20230228173756-c0c9f774e40c // indirect
7675
github.com/fxamacker/circlehash v0.3.0 // indirect
77-
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
7876
github.com/getsentry/sentry-go v0.27.0 // indirect
7977
github.com/glebarez/go-sqlite v1.22.0 // indirect
8078
github.com/go-kit/kit v0.12.0 // indirect
@@ -103,7 +101,7 @@ require (
103101
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
104102
github.com/hashicorp/hcl v1.0.0 // indirect
105103
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
106-
github.com/holiman/uint256 v1.3.1 // indirect
104+
github.com/holiman/uint256 v1.3.2 // indirect
107105
github.com/huandu/go-clone v1.6.0 // indirect
108106
github.com/huandu/go-clone/generic v1.7.2 // indirect
109107
github.com/huin/goupnp v1.3.0 // indirect
@@ -166,6 +164,11 @@ require (
166164
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
167165
github.com/pelletier/go-toml/v2 v2.2.1 // indirect
168166
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
167+
github.com/pion/dtls/v2 v2.2.12 // indirect
168+
github.com/pion/logging v0.2.2 // indirect
169+
github.com/pion/stun/v2 v2.0.0 // indirect
170+
github.com/pion/transport/v2 v2.2.10 // indirect
171+
github.com/pion/transport/v3 v3.0.7 // indirect
169172
github.com/pmezard/go-difflib v1.0.0 // indirect
170173
github.com/prometheus/client_golang v1.20.5 // indirect
171174
github.com/prometheus/client_model v0.6.1 // indirect
@@ -181,14 +184,13 @@ require (
181184
github.com/slok/go-http-metrics v0.12.0 // indirect
182185
github.com/spaolacci/murmur3 v1.1.0 // indirect
183186
github.com/spf13/cast v1.5.0 // indirect
184-
github.com/spf13/cobra v1.8.0 // indirect
187+
github.com/spf13/cobra v1.8.1 // indirect
185188
github.com/spf13/jwalterweatherman v1.1.0 // indirect
186189
github.com/spf13/pflag v1.0.5 // indirect
187190
github.com/spf13/viper v1.15.0 // indirect
188-
github.com/status-im/keycard-go v0.2.0 // indirect
189191
github.com/stretchr/objx v0.5.2 // indirect
190192
github.com/subosito/gotenv v1.4.2 // indirect
191-
github.com/supranational/blst v0.3.11 // indirect
193+
github.com/supranational/blst v0.3.14 // indirect
192194
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
193195
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
194196
github.com/tklauser/go-sysconf v0.3.12 // indirect
@@ -197,6 +199,7 @@ require (
197199
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
198200
github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect
199201
github.com/vmihailenco/tagparser v0.1.1 // indirect
202+
github.com/wlynxg/anet v0.0.5 // indirect
200203
github.com/x448/float16 v0.8.4 // indirect
201204
github.com/zeebo/blake3 v0.2.4 // indirect
202205
go.opencensus.io v0.24.0 // indirect
@@ -212,13 +215,13 @@ require (
212215
go.uber.org/atomic v1.11.0 // indirect
213216
go.uber.org/multierr v1.11.0 // indirect
214217
go.uber.org/zap v1.27.0 // indirect
215-
golang.org/x/crypto v0.31.0 // indirect
216-
golang.org/x/net v0.33.0 // indirect
218+
golang.org/x/crypto v0.35.0 // indirect
219+
golang.org/x/net v0.36.0 // indirect
217220
golang.org/x/oauth2 v0.24.0 // indirect
218-
golang.org/x/sync v0.10.0 // indirect
219-
golang.org/x/sys v0.28.0 // indirect
220-
golang.org/x/text v0.21.0 // indirect
221-
golang.org/x/time v0.5.0 // indirect
221+
golang.org/x/sync v0.11.0 // indirect
222+
golang.org/x/sys v0.30.0 // indirect
223+
golang.org/x/text v0.22.0 // indirect
224+
golang.org/x/time v0.9.0 // indirect
222225
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
223226
google.golang.org/api v0.169.0 // indirect
224227
google.golang.org/appengine v1.6.8 // indirect

0 commit comments

Comments
 (0)