Skip to content

Commit 883e75b

Browse files
Bump github.com/onflow/go-ethereum from 1.14.7 to 1.15.7
Bumps [github.com/onflow/go-ethereum](https://github.com/onflow/go-ethereum) from 1.14.7 to 1.15.7. - [Commits](onflow/go-ethereum@v1.14.7...v1.15.7) --- updated-dependencies: - dependency-name: github.com/onflow/go-ethereum dependency-version: 1.15.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d2e02e commit 883e75b

2 files changed

Lines changed: 89 additions & 83 deletions

File tree

go.mod

Lines changed: 22 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.0-util.0.20250203085701-72e6e6235fa5
2726
github.com/onflow/flow-go-sdk v1.4.0
2827
github.com/onflow/flowkit/v2 v2.2.0
29-
github.com/onflow/go-ethereum v1.14.7
28+
github.com/onflow/go-ethereum v1.15.7
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
@@ -148,7 +146,7 @@ require (
148146
github.com/hashicorp/golang-lru v1.0.2 // indirect
149147
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
150148
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
151-
github.com/holiman/uint256 v1.3.0 // indirect
149+
github.com/holiman/uint256 v1.3.2 // indirect
152150
github.com/huandu/go-clone v1.6.0 // indirect
153151
github.com/huandu/go-clone/generic v1.7.2 // indirect
154152
github.com/huin/goupnp v1.3.0 // indirect
@@ -222,6 +220,11 @@ require (
222220
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
223221
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
224222
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
223+
github.com/pion/dtls/v2 v2.2.7 // indirect
224+
github.com/pion/logging v0.2.2 // indirect
225+
github.com/pion/stun/v2 v2.0.0 // indirect
226+
github.com/pion/transport/v2 v2.2.1 // indirect
227+
github.com/pion/transport/v3 v3.0.1 // indirect
225228
github.com/pjbgf/sha1cd v0.3.2 // indirect
226229
github.com/pkg/term v1.2.0-beta.2 // indirect
227230
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -248,11 +251,10 @@ require (
248251
github.com/spaolacci/murmur3 v1.1.0 // indirect
249252
github.com/spf13/cast v1.7.1 // indirect
250253
github.com/spf13/pflag v1.0.6 // indirect
251-
github.com/status-im/keycard-go v0.2.0 // indirect
252254
github.com/stoewer/go-strcase v1.3.0 // indirect
253255
github.com/stretchr/objx v0.5.2 // indirect
254256
github.com/subosito/gotenv v1.6.0 // indirect
255-
github.com/supranational/blst v0.3.11 // indirect
257+
github.com/supranational/blst v0.3.14 // indirect
256258
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
257259
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
258260
github.com/tidwall/pretty v1.2.1 // indirect
@@ -280,14 +282,14 @@ require (
280282
go.uber.org/multierr v1.11.0 // indirect
281283
go.uber.org/ratelimit v0.3.1 // indirect
282284
go.uber.org/zap v1.26.0 // indirect
283-
golang.org/x/crypto v0.32.0 // indirect
284-
golang.org/x/net v0.34.0 // indirect
285+
golang.org/x/crypto v0.35.0 // indirect
286+
golang.org/x/net v0.36.0 // indirect
285287
golang.org/x/oauth2 v0.25.0 // indirect
286288
golang.org/x/sync v0.11.0 // indirect
287289
golang.org/x/sys v0.30.0 // indirect
288-
golang.org/x/term v0.28.0 // indirect
289-
golang.org/x/text v0.21.0 // indirect
290-
golang.org/x/time v0.8.0 // indirect
290+
golang.org/x/term v0.29.0 // indirect
291+
golang.org/x/text v0.22.0 // indirect
292+
golang.org/x/time v0.9.0 // indirect
291293
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
292294
gonum.org/v1/gonum v0.14.0 // indirect
293295
google.golang.org/api v0.215.0 // indirect

0 commit comments

Comments
 (0)