Skip to content

Commit 5fd5f97

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] <support@github.com>
1 parent 0f36666 commit 5fd5f97

2 files changed

Lines changed: 94 additions & 81 deletions

File tree

go.mod

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module github.com/onflow/flow-cli
22

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

76
require (
87
github.com/charmbracelet/bubbles v0.19.0
@@ -26,7 +25,7 @@ require (
2625
github.com/onflow/flow-go v0.38.1-0.20250218174738-2181389f9f7d
2726
github.com/onflow/flow-go-sdk v1.4.0
2827
github.com/onflow/flowkit/v2 v2.3.2
29-
github.com/onflow/go-ethereum v1.14.7
28+
github.com/onflow/go-ethereum v1.15.8
3029
github.com/onflowser/flowser/v3 v3.2.1-0.20240131200229-7d4d22715f48
3130
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
3231
github.com/pkg/errors v0.9.1
@@ -63,7 +62,7 @@ require (
6362
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
6463
github.com/benbjohnson/clock v1.3.5 // indirect
6564
github.com/beorn7/perks v1.0.1 // indirect
66-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
65+
github.com/bits-and-blooms/bitset v1.17.0 // indirect
6766
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
6867
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.3 // indirect
6968
github.com/c-bata/go-prompt v0.2.6 // indirect
@@ -78,13 +77,13 @@ require (
7877
github.com/cockroachdb/errors v1.11.3 // indirect
7978
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
8079
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
81-
github.com/cockroachdb/pebble v1.1.1 // indirect
80+
github.com/cockroachdb/pebble v1.1.2 // indirect
8281
github.com/cockroachdb/redact v1.1.5 // indirect
8382
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
84-
github.com/consensys/bavard v0.1.13 // indirect
85-
github.com/consensys/gnark-crypto v0.12.1 // indirect
86-
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
87-
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
83+
github.com/consensys/bavard v0.1.22 // indirect
84+
github.com/consensys/gnark-crypto v0.14.0 // indirect
85+
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect
86+
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect
8887
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
8988
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
9089
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
@@ -104,12 +103,11 @@ require (
104103
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
105104
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
106105
github.com/ethereum/go-ethereum v1.13.10 // indirect
107-
github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 // indirect
106+
github.com/ethereum/go-verkle v0.2.2 // indirect
108107
github.com/felixge/httpsnoop v1.0.4 // indirect
109108
github.com/fsnotify/fsnotify v1.8.0 // indirect
110109
github.com/fxamacker/cbor/v2 v2.4.1-0.20230228173756-c0c9f774e40c // indirect
111110
github.com/fxamacker/circlehash v0.3.0 // indirect
112-
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
113111
github.com/glebarez/go-sqlite v1.22.0 // indirect
114112
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
115113
github.com/go-git/go-billy/v5 v5.6.2 // indirect
@@ -123,7 +121,7 @@ require (
123121
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
124122
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
125123
github.com/gobwas/ws v1.3.0 // indirect
126-
github.com/goccy/go-json v0.10.2 // indirect
124+
github.com/goccy/go-json v0.10.4 // indirect
127125
github.com/gofrs/flock v0.8.1 // indirect
128126
github.com/gogo/protobuf v1.3.2 // indirect
129127
github.com/golang/glog v1.2.4 // indirect
@@ -147,8 +145,9 @@ require (
147145
github.com/hashicorp/go-multierror v1.1.1 // indirect
148146
github.com/hashicorp/golang-lru v1.0.2 // indirect
149147
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
148+
github.com/holiman/billy v0.0.0-20240216141850-2abb0c79d3c4 // indirect
150149
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
151-
github.com/holiman/uint256 v1.3.1 // indirect
150+
github.com/holiman/uint256 v1.3.2 // indirect
152151
github.com/huandu/go-clone v1.6.0 // indirect
153152
github.com/huandu/go-clone/generic v1.7.2 // indirect
154153
github.com/huin/goupnp v1.3.0 // indirect
@@ -223,6 +222,11 @@ require (
223222
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
224223
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
225224
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
225+
github.com/pion/dtls/v2 v2.2.12 // indirect
226+
github.com/pion/logging v0.2.2 // indirect
227+
github.com/pion/stun/v2 v2.0.0 // indirect
228+
github.com/pion/transport/v2 v2.2.10 // indirect
229+
github.com/pion/transport/v3 v3.0.7 // indirect
226230
github.com/pjbgf/sha1cd v0.3.2 // indirect
227231
github.com/pkg/term v1.2.0-beta.2 // indirect
228232
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -249,11 +253,10 @@ require (
249253
github.com/spaolacci/murmur3 v1.1.0 // indirect
250254
github.com/spf13/cast v1.7.1 // indirect
251255
github.com/spf13/pflag v1.0.6 // indirect
252-
github.com/status-im/keycard-go v0.2.0 // indirect
253256
github.com/stoewer/go-strcase v1.3.0 // indirect
254257
github.com/stretchr/objx v0.5.2 // indirect
255258
github.com/subosito/gotenv v1.6.0 // indirect
256-
github.com/supranational/blst v0.3.11 // indirect
259+
github.com/supranational/blst v0.3.14 // indirect
257260
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
258261
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
259262
github.com/tidwall/pretty v1.2.1 // indirect
@@ -264,6 +267,7 @@ require (
264267
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
265268
github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect
266269
github.com/vmihailenco/tagparser v0.1.1 // indirect
270+
github.com/wlynxg/anet v0.0.5 // indirect
267271
github.com/x448/float16 v0.8.4 // indirect
268272
github.com/xanzy/ssh-agent v0.3.3 // indirect
269273
github.com/zeebo/blake3 v0.2.4 // indirect
@@ -281,14 +285,14 @@ require (
281285
go.uber.org/multierr v1.11.0 // indirect
282286
go.uber.org/ratelimit v0.3.1 // indirect
283287
go.uber.org/zap v1.27.0 // indirect
284-
golang.org/x/crypto v0.32.0 // indirect
285-
golang.org/x/net v0.34.0 // indirect
288+
golang.org/x/crypto v0.35.0 // indirect
289+
golang.org/x/net v0.36.0 // indirect
286290
golang.org/x/oauth2 v0.25.0 // indirect
287291
golang.org/x/sync v0.11.0 // indirect
288292
golang.org/x/sys v0.30.0 // indirect
289-
golang.org/x/term v0.28.0 // indirect
290-
golang.org/x/text v0.21.0 // indirect
291-
golang.org/x/time v0.8.0 // indirect
293+
golang.org/x/term v0.29.0 // indirect
294+
golang.org/x/text v0.22.0 // indirect
295+
golang.org/x/time v0.9.0 // indirect
292296
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
293297
gonum.org/v1/gonum v0.15.0 // indirect
294298
google.golang.org/api v0.215.0 // indirect

0 commit comments

Comments
 (0)