Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
module github.com/onflow/flow-cli

go 1.25.0
go 1.25.1

require (
github.com/charmbracelet/bubbles v0.21.0
github.com/charmbracelet/bubbletea v1.3.10
github.com/charmbracelet/lipgloss v1.1.0
github.com/coreos/go-semver v0.3.1
github.com/dukex/mixpanel v1.0.1
github.com/ethereum/go-ethereum v1.16.7
github.com/ethereum/go-ethereum v1.16.8
github.com/getsentry/sentry-go v0.40.0
github.com/gosuri/uilive v0.0.4
github.com/logrusorgru/aurora/v4 v4.0.0
github.com/onflow/cadence v1.9.4
github.com/onflow/cadence-tools/languageserver v1.9.0
github.com/onflow/cadence-tools/lint v1.7.1
github.com/onflow/cadence-tools/test v1.10.1
github.com/onflow/cadence v1.9.7
github.com/onflow/cadence-tools/languageserver v1.9.1
github.com/onflow/cadence-tools/lint v1.7.3
github.com/onflow/cadence-tools/test v1.10.2
github.com/onflow/fcl-dev-wallet v0.9.1
github.com/onflow/flixkit-go/v2 v2.7.1
github.com/onflow/flixkit-go/v2 v2.7.2
github.com/onflow/flow-core-contracts/lib/go/contracts v1.9.2
github.com/onflow/flow-core-contracts/lib/go/templates v1.9.2
github.com/onflow/flow-emulator v1.15.3
github.com/onflow/flow-evm-gateway v1.4.5-0.20260109131900-576c361f7c70
github.com/onflow/flow-go v0.45.0-experimental-cadence-v1.8.7.0.20260109014156-2abea7b5732a
github.com/onflow/flow-go-sdk v1.9.10
github.com/onflow/flow-emulator v1.16.3
github.com/onflow/flow-evm-gateway v1.4.6-0.20260130180524-5ba8398c993f
github.com/onflow/flow-go v0.45.0-internal-rc.3.0.20260129222115-cc0505f2afd5
github.com/onflow/flow-go-sdk v1.9.13
github.com/onflow/flow/protobuf/go/flow v0.4.19
github.com/onflow/flowkit/v2 v2.10.1
github.com/onflow/flowkit/v2 v2.10.2
github.com/onflowser/flowser/v3 v3.2.1-0.20240131200229-7d4d22715f48
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/pkg/errors v0.9.1
Expand All @@ -37,7 +37,7 @@ require (
github.com/spf13/cobra v1.10.2
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
golang.org/x/term v0.39.0
google.golang.org/grpc v1.78.0
)
Expand All @@ -48,7 +48,7 @@ require (
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
cloud.google.com/go/compute/metadata v0.9.0 // indirect
cloud.google.com/go/iam v1.5.3 // indirect
cloud.google.com/go/kms v1.23.2 // indirect
cloud.google.com/go/kms v1.24.0 // indirect
cloud.google.com/go/longrunning v0.7.0 // indirect
github.com/DataDog/zstd v1.5.6-0.20230824185856-869dae002e5e // indirect
github.com/FactomProject/basen v0.0.0-20150613233007-fe3947df716e // indirect
Expand Down Expand Up @@ -198,10 +198,10 @@ require (
github.com/multiformats/go-multistream v0.6.0 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/olekukonko/tablewriter v0.0.5 // indirect
github.com/onflow/atree v0.12.0 // indirect
github.com/onflow/crypto v0.25.3 // indirect
github.com/onflow/atree v0.12.1 // indirect
github.com/onflow/crypto v0.25.4 // indirect
github.com/onflow/fixed-point v0.1.1 // indirect
github.com/onflow/flow-evm-bridge v0.1.0 // indirect
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
Expand Down Expand Up @@ -298,9 +298,9 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.4.1 // indirect
modernc.org/libc v1.66.10 // indirect
modernc.org/libc v1.67.6 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
modernc.org/sqlite v1.41.0 // indirect
modernc.org/sqlite v1.44.3 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)
Loading
Loading