11module github.com/onflow/flow-cli
22
33go 1.23
4-
5- toolchain go1.23.4
4+ toolchain go1.24.1
65
76require (
87 github.com/charmbracelet/bubbles v0.19.0
@@ -26,7 +25,7 @@ require (
2625 github.com/onflow/flow-go v0.40.1
2726 github.com/onflow/flow-go-sdk v1.3.3
2827 github.com/onflow/flowkit/v2 v2.3.3
29- github.com/onflow/go-ethereum v1.14.7
28+ github.com/onflow/go-ethereum v1.15.9
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.8.1-0.20250402194037-6f932b086829 // 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.1 // 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
@@ -223,6 +221,11 @@ require (
223221 github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
224222 github.com/pelletier/go-toml/v2 v2.2.3 // indirect
225223 github.com/pierrec/lz4 v2.6.1+incompatible // indirect
224+ github.com/pion/dtls/v2 v2.2.12 // indirect
225+ github.com/pion/logging v0.2.2 // indirect
226+ github.com/pion/stun/v2 v2.0.0 // indirect
227+ github.com/pion/transport/v2 v2.2.10 // indirect
228+ github.com/pion/transport/v3 v3.0.7 // indirect
226229 github.com/pjbgf/sha1cd v0.3.2 // indirect
227230 github.com/pkg/term v1.2.0-beta.2 // indirect
228231 github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -250,11 +253,10 @@ require (
250253 github.com/spaolacci/murmur3 v1.1.0 // indirect
251254 github.com/spf13/cast v1.7.1 // indirect
252255 github.com/spf13/pflag v1.0.6 // indirect
253- github.com/status-im/keycard-go v0.2.0 // indirect
254256 github.com/stoewer/go-strcase v1.3.0 // indirect
255257 github.com/stretchr/objx v0.5.2 // indirect
256258 github.com/subosito/gotenv v1.6.0 // indirect
257- github.com/supranational/blst v0.3.11 // indirect
259+ github.com/supranational/blst v0.3.14 // indirect
258260 github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
259261 github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
260262 github.com/tidwall/pretty v1.2.1 // indirect
@@ -265,6 +267,7 @@ require (
265267 github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
266268 github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect
267269 github.com/vmihailenco/tagparser v0.1.1 // indirect
270+ github.com/wlynxg/anet v0.0.5 // indirect
268271 github.com/x448/float16 v0.8.4 // indirect
269272 github.com/xanzy/ssh-agent v0.3.3 // indirect
270273 github.com/zeebo/blake3 v0.2.4 // indirect
@@ -282,14 +285,14 @@ require (
282285 go.uber.org/multierr v1.11.0 // indirect
283286 go.uber.org/ratelimit v0.3.1 // indirect
284287 go.uber.org/zap v1.27.0 // indirect
285- golang.org/x/crypto v0.32 .0 // indirect
286- 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
287290 golang.org/x/oauth2 v0.25.0 // indirect
288291 golang.org/x/sync v0.11.0 // indirect
289292 golang.org/x/sys v0.30.0 // indirect
290- golang.org/x/term v0.28 .0 // indirect
291- golang.org/x/text v0.21 .0 // indirect
292- 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
293296 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
294297 gonum.org/v1/gonum v0.15.0 // indirect
295298 google.golang.org/api v0.215.0 // indirect
0 commit comments