1
1
module github.com/onflow/flowkit/v2
2
2
3
3
go 1.23
4
-
5
- toolchain go1.23.4
4
+ toolchain go1.24.1
6
5
7
6
require (
8
7
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
@@ -15,7 +14,7 @@ require (
15
14
github.com/onflow/flow-go v0.38.1-0.20250218174738-2181389f9f7d
16
15
github.com/onflow/flow-go-sdk v1.3.1
17
16
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
19
18
github.com/pkg/errors v0.9.1
20
19
github.com/rs/zerolog v1.34.0
21
20
github.com/spf13/afero v1.10.0
@@ -39,7 +38,7 @@ require (
39
38
github.com/StackExchange/wmi v1.2.1 // indirect
40
39
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
41
40
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
43
42
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
44
43
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
45
44
github.com/cespare/xxhash v1.1.0 // indirect
@@ -48,14 +47,14 @@ require (
48
47
github.com/cockroachdb/errors v1.11.3 // indirect
49
48
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
50
49
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
52
51
github.com/cockroachdb/redact v1.1.5 // indirect
53
52
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
56
55
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
59
58
github.com/davecgh/go-spew v1.1.1 // indirect
60
59
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
61
60
github.com/deckarep/golang-set/v2 v2.6.0 // indirect
@@ -69,12 +68,11 @@ require (
69
68
github.com/ef-ds/deque v1.0.4 // indirect
70
69
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
71
70
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
73
72
github.com/felixge/httpsnoop v1.0.4 // indirect
74
73
github.com/fsnotify/fsnotify v1.6.0 // indirect
75
74
github.com/fxamacker/cbor/v2 v2.4.1-0.20230228173756-c0c9f774e40c // indirect
76
75
github.com/fxamacker/circlehash v0.3.0 // indirect
77
- github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
78
76
github.com/getsentry/sentry-go v0.27.0 // indirect
79
77
github.com/glebarez/go-sqlite v1.22.0 // indirect
80
78
github.com/go-kit/kit v0.12.0 // indirect
@@ -103,7 +101,7 @@ require (
103
101
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
104
102
github.com/hashicorp/hcl v1.0.0 // indirect
105
103
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
107
105
github.com/huandu/go-clone v1.6.0 // indirect
108
106
github.com/huandu/go-clone/generic v1.7.2 // indirect
109
107
github.com/huin/goupnp v1.3.0 // indirect
@@ -166,6 +164,11 @@ require (
166
164
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
167
165
github.com/pelletier/go-toml/v2 v2.2.1 // indirect
168
166
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
169
172
github.com/pmezard/go-difflib v1.0.0 // indirect
170
173
github.com/prometheus/client_golang v1.20.5 // indirect
171
174
github.com/prometheus/client_model v0.6.1 // indirect
@@ -181,14 +184,13 @@ require (
181
184
github.com/slok/go-http-metrics v0.12.0 // indirect
182
185
github.com/spaolacci/murmur3 v1.1.0 // indirect
183
186
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
185
188
github.com/spf13/jwalterweatherman v1.1.0 // indirect
186
189
github.com/spf13/pflag v1.0.5 // indirect
187
190
github.com/spf13/viper v1.15.0 // indirect
188
- github.com/status-im/keycard-go v0.2.0 // indirect
189
191
github.com/stretchr/objx v0.5.2 // indirect
190
192
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
192
194
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect
193
195
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
194
196
github.com/tklauser/go-sysconf v0.3.12 // indirect
@@ -197,6 +199,7 @@ require (
197
199
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
198
200
github.com/vmihailenco/msgpack/v4 v4.3.11 // indirect
199
201
github.com/vmihailenco/tagparser v0.1.1 // indirect
202
+ github.com/wlynxg/anet v0.0.5 // indirect
200
203
github.com/x448/float16 v0.8.4 // indirect
201
204
github.com/zeebo/blake3 v0.2.4 // indirect
202
205
go.opencensus.io v0.24.0 // indirect
@@ -212,13 +215,13 @@ require (
212
215
go.uber.org/atomic v1.11.0 // indirect
213
216
go.uber.org/multierr v1.11.0 // indirect
214
217
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
217
220
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
222
225
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
223
226
google.golang.org/api v0.169.0 // indirect
224
227
google.golang.org/appengine v1.6.8 // indirect
0 commit comments