Skip to content

Commit 547c2d5

Browse files
committed
Update to Cadence v1.9.7
1 parent 45b23af commit 547c2d5

2 files changed

Lines changed: 65 additions & 63 deletions

File tree

go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
module github.com/onflow/flow-cli
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require (
66
github.com/charmbracelet/bubbles v0.21.0
77
github.com/charmbracelet/bubbletea v1.3.10
88
github.com/charmbracelet/lipgloss v1.1.0
99
github.com/coreos/go-semver v0.3.1
1010
github.com/dukex/mixpanel v1.0.1
11-
github.com/ethereum/go-ethereum v1.16.7
11+
github.com/ethereum/go-ethereum v1.16.8
1212
github.com/getsentry/sentry-go v0.40.0
1313
github.com/gosuri/uilive v0.0.4
1414
github.com/logrusorgru/aurora/v4 v4.0.0
15-
github.com/onflow/cadence v1.9.4
16-
github.com/onflow/cadence-tools/languageserver v1.9.0
17-
github.com/onflow/cadence-tools/lint v1.7.1
18-
github.com/onflow/cadence-tools/test v1.10.1
15+
github.com/onflow/cadence v1.9.7
16+
github.com/onflow/cadence-tools/languageserver v1.9.1
17+
github.com/onflow/cadence-tools/lint v1.7.3
18+
github.com/onflow/cadence-tools/test v1.10.2
1919
github.com/onflow/fcl-dev-wallet v0.9.1
20-
github.com/onflow/flixkit-go/v2 v2.7.1
20+
github.com/onflow/flixkit-go/v2 v2.7.2
2121
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.2
2222
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.2
23-
github.com/onflow/flow-emulator v1.15.3
24-
github.com/onflow/flow-evm-gateway v1.4.5-0.20260109131900-576c361f7c70
25-
github.com/onflow/flow-go v0.45.0-experimental-cadence-v1.8.7.0.20260109014156-2abea7b5732a
26-
github.com/onflow/flow-go-sdk v1.9.10
23+
github.com/onflow/flow-emulator v1.16.3
24+
github.com/onflow/flow-evm-gateway v1.4.6-0.20260130180524-5ba8398c993f
25+
github.com/onflow/flow-go v0.45.0-internal-rc.3.0.20260129222115-cc0505f2afd5
26+
github.com/onflow/flow-go-sdk v1.9.13
2727
github.com/onflow/flow/protobuf/go/flow v0.4.19
28-
github.com/onflow/flowkit/v2 v2.10.1
28+
github.com/onflow/flowkit/v2 v2.10.2
2929
github.com/onflowser/flowser/v3 v3.2.1-0.20240131200229-7d4d22715f48
3030
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
3131
github.com/pkg/errors v0.9.1
@@ -37,7 +37,7 @@ require (
3737
github.com/spf13/cobra v1.10.2
3838
github.com/spf13/viper v1.21.0
3939
github.com/stretchr/testify v1.11.1
40-
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
40+
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
4141
golang.org/x/term v0.39.0
4242
google.golang.org/grpc v1.78.0
4343
)
@@ -48,7 +48,7 @@ require (
4848
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
4949
cloud.google.com/go/compute/metadata v0.9.0 // indirect
5050
cloud.google.com/go/iam v1.5.3 // indirect
51-
cloud.google.com/go/kms v1.23.2 // indirect
51+
cloud.google.com/go/kms v1.24.0 // indirect
5252
cloud.google.com/go/longrunning v0.7.0 // indirect
5353
github.com/DataDog/zstd v1.5.6-0.20230824185856-869dae002e5e // indirect
5454
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
@@ -198,10 +198,10 @@ require (
198198
github.com/multiformats/go-multistream v0.6.0 // indirect
199199
github.com/multiformats/go-varint v0.0.7 // indirect
200200
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
201-
github.com/ncruces/go-strftime v0.1.9 // indirect
201+
github.com/ncruces/go-strftime v1.0.0 // indirect
202202
github.com/olekukonko/tablewriter v0.0.5 // indirect
203-
github.com/onflow/atree v0.12.0 // indirect
204-
github.com/onflow/crypto v0.25.3 // indirect
203+
github.com/onflow/atree v0.12.1 // indirect
204+
github.com/onflow/crypto v0.25.4 // indirect
205205
github.com/onflow/fixed-point v0.1.1 // indirect
206206
github.com/onflow/flow-evm-bridge v0.1.0 // indirect
207207
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
@@ -298,9 +298,9 @@ require (
298298
gopkg.in/yaml.v2 v2.4.0 // indirect
299299
gopkg.in/yaml.v3 v3.0.1 // indirect
300300
lukechampine.com/blake3 v1.4.1 // indirect
301-
modernc.org/libc v1.66.10 // indirect
301+
modernc.org/libc v1.67.6 // indirect
302302
modernc.org/mathutil v1.7.1 // indirect
303303
modernc.org/memory v1.11.0 // indirect
304-
modernc.org/sqlite v1.41.0 // indirect
304+
modernc.org/sqlite v1.44.3 // indirect
305305
nhooyr.io/websocket v1.8.7 // indirect
306306
)

0 commit comments

Comments
 (0)