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
@@ -14,7 +13,7 @@ require (
1413 github.com/gosuri/uilive v0.0.4
1514 github.com/logrusorgru/aurora/v4 v4.0.0
1615 github.com/manifoldco/promptui v0.9.0
17- github.com/onflow/cadence v1.3.3
16+ github.com/onflow/cadence v1.3.4
1817 github.com/onflow/cadence-tools/languageserver v1.3.0
1918 github.com/onflow/cadence-tools/lint v1.2.0
2019 github.com/onflow/cadence-tools/test v1.3.0
@@ -24,9 +23,9 @@ require (
2423 github.com/onflow/flow-emulator v1.3.0
2524 github.com/onflow/flow-evm-gateway v1.0.3
2625 github.com/onflow/flow-go v0.38.1-0.20250218174738-2181389f9f7d
27- github.com/onflow/flow-go-sdk v1.4.0
26+ github.com/onflow/flow-go-sdk v1.4.1
2827 github.com/onflow/flowkit/v2 v2.3.1
29- github.com/onflow/go-ethereum v1.14.7
28+ github.com/onflow/go-ethereum v1.14.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
@@ -107,7 +106,7 @@ require (
107106 github.com/ethereum/go-verkle v0.1.1-0.20240306133620-7d920df305f0 // indirect
108107 github.com/felixge/httpsnoop v1.0.4 // indirect
109108 github.com/fsnotify/fsnotify v1.8.0 // indirect
110- github.com/fxamacker/cbor/v2 v2.4 .1-0.20230228173756-c0c9f774e40c // indirect
109+ github.com/fxamacker/cbor/v2 v2.8 .1-0.20250402194037-6f932b086829 // indirect
111110 github.com/fxamacker/circlehash v0.3.0 // indirect
112111 github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
113112 github.com/glebarez/go-sqlite v1.22.0 // indirect
@@ -208,9 +207,9 @@ require (
208207 github.com/multiformats/go-varint v0.0.7 // indirect
209208 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
210209 github.com/olekukonko/tablewriter v0.0.5 // indirect
211- github.com/onflow/atree v0.9 .0 // indirect
210+ github.com/onflow/atree v0.10 .0 // indirect
212211 github.com/onflow/bridged-usdc/lib/go/contracts v1.0.0 // indirect
213- github.com/onflow/crypto v0.25.2 // indirect
212+ github.com/onflow/crypto v0.25.3 // indirect
214213 github.com/onflow/flow-core-contracts/lib/go/contracts v1.5.1-preview // indirect
215214 github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
216215 github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
@@ -281,25 +280,25 @@ require (
281280 go.uber.org/multierr v1.11.0 // indirect
282281 go.uber.org/ratelimit v0.3.1 // indirect
283282 go.uber.org/zap v1.27.0 // indirect
284- golang.org/x/crypto v0.32 .0 // indirect
283+ golang.org/x/crypto v0.36 .0 // indirect
285284 golang.org/x/net v0.34.0 // indirect
286285 golang.org/x/oauth2 v0.25.0 // indirect
287- golang.org/x/sync v0.11 .0 // indirect
288- 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
286+ golang.org/x/sync v0.12 .0 // indirect
287+ golang.org/x/sys v0.31 .0 // indirect
288+ golang.org/x/term v0.30 .0 // indirect
289+ golang.org/x/text v0.23 .0 // indirect
291290 golang.org/x/time v0.8.0 // indirect
292291 golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
293- gonum.org/v1/gonum v0.15 .0 // indirect
292+ gonum.org/v1/gonum v0.16 .0 // indirect
294293 google.golang.org/api v0.215.0 // indirect
295294 google.golang.org/appengine v1.6.8 // indirect
296295 google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
297296 google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
298297 google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
299- google.golang.org/protobuf v1.36.5 // indirect
298+ google.golang.org/protobuf v1.36.6 // indirect
300299 gopkg.in/warnings.v0 v0.1.2 // indirect
301300 gopkg.in/yaml.v3 v3.0.1 // indirect
302- lukechampine.com/blake3 v1.3 .0 // indirect
301+ lukechampine.com/blake3 v1.4 .0 // indirect
303302 modernc.org/libc v1.37.6 // indirect
304303 modernc.org/mathutil v1.6.0 // indirect
305304 modernc.org/memory v1.7.2 // indirect
0 commit comments