11module github.com/onflow/flow-cli
22
3- go 1.24
4-
5- toolchain go1.24.0
3+ go 1.25.0
64
75require (
86 github.com/charmbracelet/bubbles v0.21.0
97 github.com/charmbracelet/bubbletea v1.3.7
108 github.com/charmbracelet/lipgloss v1.1.0
119 github.com/coreos/go-semver v0.3.1
1210 github.com/dukex/mixpanel v1.0.1
13- github.com/ethereum/go-ethereum v1.16.2
11+ github.com/ethereum/go-ethereum v1.16.3
1412 github.com/getsentry/sentry-go v0.35.1
1513 github.com/gosuri/uilive v0.0.4
1614 github.com/logrusorgru/aurora/v4 v4.0.0
17- github.com/onflow/cadence v1.7.0-preview.1
18- github.com/onflow/cadence-tools/languageserver v1.5.0-preview.1
19- github.com/onflow/cadence-tools/lint v1.4.0-preview.1
20- github.com/onflow/cadence-tools/test v1.5.0-preview.1
15+ github.com/onflow/cadence v1.7.0
16+ github.com/onflow/cadence-tools/languageserver v1.5.0
17+ github.com/onflow/cadence-tools/lint v1.4.0
18+ github.com/onflow/cadence-tools/test v1.5.0
2119 github.com/onflow/fcl-dev-wallet v0.8.0
22- github.com/onflow/flixkit-go/v2 v2.5.0-preview.1
23- github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250807122906-29940d8821f0
24- github.com/onflow/flow-emulator v1.7.0-preview.2
25- github.com/onflow/flow-evm-gateway v1.3.0-preview.1
26- github.com/onflow/flow-go v0.42.3-util-fix.0.20250819165158-ea886bab7c19
27- github.com/onflow/flow-go-sdk v1.7.0
28- github.com/onflow/flowkit/v2 v2.5.0-preview.1
20+ github.com/onflow/flixkit-go/v2 v2.5.0
21+ github.com/onflow/flow-core-contracts/lib/go/templates v1.7.2-0.20250905214304-819c6e946442
22+ github.com/onflow/flow-emulator v1.7.0
23+ github.com/onflow/flow-evm-gateway v1.3.0
24+ github.com/onflow/flow-go v0.43.0-dev-pebble.1.0.20250910132853-12699a150fd9
25+ github.com/onflow/flow-go-sdk v1.8.1
26+ github.com/onflow/flowkit/v2 v2.5.0
2927 github.com/onflowser/flowser/v3 v3.2.1-0.20240131200229-7d4d22715f48
3028 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
3129 github.com/pkg/errors v0.9.1
@@ -44,9 +42,9 @@ require (
4442
4543require (
4644 cloud.google.com/go v0.120.0 // indirect
47- cloud.google.com/go/auth v0.16.2 // indirect
45+ cloud.google.com/go/auth v0.16.4 // indirect
4846 cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
49- cloud.google.com/go/compute/metadata v0.7 .0 // indirect
47+ cloud.google.com/go/compute/metadata v0.8 .0 // indirect
5048 cloud.google.com/go/iam v1.5.2 // indirect
5149 cloud.google.com/go/kms v1.22.0 // indirect
5250 cloud.google.com/go/longrunning v0.6.7 // indirect
@@ -61,7 +59,7 @@ require (
6159 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
6260 github.com/benbjohnson/clock v1.3.5 // indirect
6361 github.com/beorn7/perks v1.0.1 // indirect
64- github.com/bits-and-blooms/bitset v1.22 .0 // indirect
62+ github.com/bits-and-blooms/bitset v1.24 .0 // indirect
6563 github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
6664 github.com/btcsuite/btcd/chaincfg/chainhash v1.0.3 // indirect
6765 github.com/c-bata/go-prompt v0.2.6 // indirect
@@ -131,7 +129,7 @@ require (
131129 github.com/google/s2a-go v0.1.9 // indirect
132130 github.com/google/uuid v1.6.0 // indirect
133131 github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
134- github.com/googleapis/gax-go/v2 v2.14.2 // indirect
132+ github.com/googleapis/gax-go/v2 v2.15.0 // indirect
135133 github.com/gorilla/mux v1.8.1 // indirect
136134 github.com/gorilla/websocket v1.5.3 // indirect
137135 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.1.0 // indirect
@@ -162,7 +160,7 @@ require (
162160 github.com/jbenet/go-temp-err-catcher v0.1.0 // indirect
163161 github.com/joho/godotenv v1.4.0 // indirect
164162 github.com/jordanschalm/lockctx v0.0.0-20250412215529-226f85c10956 // indirect
165- github.com/k0kubun/pp v3.0.1+incompatible // indirect
163+ github.com/k0kubun/pp/v3 v3.5.0 // indirect
166164 github.com/kevinburke/go-bindata v3.24.0+incompatible // indirect
167165 github.com/klauspost/compress v1.17.11 // indirect
168166 github.com/klauspost/cpuid/v2 v2.2.9 // indirect
@@ -175,7 +173,7 @@ require (
175173 github.com/lmars/go-slip10 v0.0.0-20190606092855-400ba44fee12 // indirect
176174 github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
177175 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
178- github.com/mattn/go-colorable v0.1.13 // indirect
176+ github.com/mattn/go-colorable v0.1.14 // indirect
179177 github.com/mattn/go-isatty v0.0.20 // indirect
180178 github.com/mattn/go-localereader v0.0.1 // indirect
181179 github.com/mattn/go-runewidth v0.0.16 // indirect
@@ -198,15 +196,16 @@ require (
198196 github.com/multiformats/go-varint v0.0.7 // indirect
199197 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
200198 github.com/olekukonko/tablewriter v0.0.5 // indirect
201- github.com/onflow/atree v0.10.0 // indirect
199+ github.com/onflow/atree v0.10.1 // indirect
202200 github.com/onflow/crypto v0.25.3 // indirect
203- github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250807122906-29940d8821f0 // indirect
201+ github.com/onflow/fixed-point v0.1.1 // indirect
202+ github.com/onflow/flow-core-contracts/lib/go/contracts v1.7.4-0.20250905214304-819c6e946442 // indirect
204203 github.com/onflow/flow-evm-bridge v0.1.0 // indirect
205204 github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
206205 github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
207206 github.com/onflow/flow-nft/lib/go/contracts v1.2.4 // indirect
208207 github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect
209- github.com/onflow/flow/protobuf/go/flow v0.4.11 // indirect
208+ github.com/onflow/flow/protobuf/go/flow v0.4.12 // indirect
210209 github.com/onflow/go-ethereum v1.15.10 // indirect
211210 github.com/onflow/nft-storefront/lib/go/contracts v1.0.0 // indirect
212211 github.com/onflow/sdks v0.6.0-preview.1 // indirect
@@ -234,7 +233,7 @@ require (
234233 github.com/sagikazarmark/locafero v0.7.0 // indirect
235234 github.com/samber/lo v1.39.0 // indirect
236235 github.com/samber/slog-zerolog v1.0.0 // indirect
237- github.com/schollz/progressbar/v3 v3.13.1 // indirect
236+ github.com/schollz/progressbar/v3 v3.18.0 // indirect
238237 github.com/sethvargo/go-limiter v1.0.0 // indirect
239238 github.com/sethvargo/go-retry v0.2.3 // indirect
240239 github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
@@ -276,21 +275,21 @@ require (
276275 go.uber.org/multierr v1.11.0 // indirect
277276 go.uber.org/ratelimit v0.3.1 // indirect
278277 go.uber.org/zap v1.27.0 // indirect
279- golang.org/x/crypto v0.39 .0 // indirect
280- golang.org/x/net v0.41 .0 // indirect
278+ golang.org/x/crypto v0.41 .0 // indirect
279+ golang.org/x/net v0.43 .0 // indirect
281280 golang.org/x/oauth2 v0.30.0 // indirect
282- golang.org/x/sync v0.15 .0 // indirect
281+ golang.org/x/sync v0.16 .0 // indirect
283282 golang.org/x/sys v0.35.0 // indirect
284- golang.org/x/text v0.26 .0 // indirect
283+ golang.org/x/text v0.28 .0 // indirect
285284 golang.org/x/time v0.12.0 // indirect
286285 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
287286 gonum.org/v1/gonum v0.16.0 // indirect
288- google.golang.org/api v0.241 .0 // indirect
287+ google.golang.org/api v0.247 .0 // indirect
289288 google.golang.org/appengine v1.6.8 // indirect
290- google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
289+ google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
291290 google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
292- google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
293- google.golang.org/protobuf v1.36.6 // indirect
291+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
292+ google.golang.org/protobuf v1.36.7 // indirect
294293 gopkg.in/yaml.v2 v2.4.0 // indirect
295294 gopkg.in/yaml.v3 v3.0.1 // indirect
296295 lukechampine.com/blake3 v1.4.1 // indirect
0 commit comments