Skip to content

Commit 2a83468

Browse files
Bump github.com/onflow/flow-go-sdk from 1.4.0 to 1.4.1
Bumps [github.com/onflow/flow-go-sdk](https://github.com/onflow/flow-go-sdk) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/onflow/flow-go-sdk/releases) - [Commits](onflow/flow-go-sdk@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/onflow/flow-go-sdk dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d2e02e commit 2a83468

2 files changed

Lines changed: 58 additions & 61 deletions

File tree

go.mod

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

33
go 1.23
4-
5-
toolchain go1.23.4
4+
toolchain go1.24.1
65

76
require (
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.2.1
1918
github.com/onflow/cadence-tools/lint v1.2.0
2019
github.com/onflow/cadence-tools/test v1.2.0
@@ -24,9 +23,9 @@ require (
2423
github.com/onflow/flow-emulator v1.2.0
2524
github.com/onflow/flow-evm-gateway v1.0.3
2625
github.com/onflow/flow-go v0.38.0-util.0.20250203085701-72e6e6235fa5
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.2.0
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
@@ -148,7 +147,7 @@ require (
148147
github.com/hashicorp/golang-lru v1.0.2 // indirect
149148
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
150149
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
151-
github.com/holiman/uint256 v1.3.0 // indirect
150+
github.com/holiman/uint256 v1.3.1 // indirect
152151
github.com/huandu/go-clone v1.6.0 // indirect
153152
github.com/huandu/go-clone/generic v1.7.2 // indirect
154153
github.com/huin/goupnp v1.3.0 // indirect
@@ -207,9 +206,9 @@ require (
207206
github.com/multiformats/go-varint v0.0.7 // indirect
208207
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
209208
github.com/olekukonko/tablewriter v0.0.5 // indirect
210-
github.com/onflow/atree v0.9.0 // indirect
209+
github.com/onflow/atree v0.10.0 // indirect
211210
github.com/onflow/bridged-usdc/lib/go/contracts v1.0.0 // indirect
212-
github.com/onflow/crypto v0.25.2 // indirect
211+
github.com/onflow/crypto v0.25.3 // indirect
213212
github.com/onflow/flow-core-contracts/lib/go/contracts v1.4.0 // indirect
214213
github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect
215214
github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect
@@ -280,25 +279,25 @@ require (
280279
go.uber.org/multierr v1.11.0 // indirect
281280
go.uber.org/ratelimit v0.3.1 // indirect
282281
go.uber.org/zap v1.26.0 // indirect
283-
golang.org/x/crypto v0.32.0 // indirect
282+
golang.org/x/crypto v0.36.0 // indirect
284283
golang.org/x/net v0.34.0 // indirect
285284
golang.org/x/oauth2 v0.25.0 // indirect
286-
golang.org/x/sync v0.11.0 // indirect
287-
golang.org/x/sys v0.30.0 // indirect
288-
golang.org/x/term v0.28.0 // indirect
289-
golang.org/x/text v0.21.0 // indirect
285+
golang.org/x/sync v0.12.0 // indirect
286+
golang.org/x/sys v0.31.0 // indirect
287+
golang.org/x/term v0.30.0 // indirect
288+
golang.org/x/text v0.23.0 // indirect
290289
golang.org/x/time v0.8.0 // indirect
291290
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
292-
gonum.org/v1/gonum v0.14.0 // indirect
291+
gonum.org/v1/gonum v0.16.0 // indirect
293292
google.golang.org/api v0.215.0 // indirect
294293
google.golang.org/appengine v1.6.8 // indirect
295294
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
296295
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
297296
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
298-
google.golang.org/protobuf v1.36.5 // indirect
297+
google.golang.org/protobuf v1.36.6 // indirect
299298
gopkg.in/warnings.v0 v0.1.2 // indirect
300299
gopkg.in/yaml.v3 v3.0.1 // indirect
301-
lukechampine.com/blake3 v1.3.0 // indirect
300+
lukechampine.com/blake3 v1.4.0 // indirect
302301
modernc.org/libc v1.37.6 // indirect
303302
modernc.org/mathutil v1.6.0 // indirect
304303
modernc.org/memory v1.7.2 // indirect

0 commit comments

Comments
 (0)