Skip to content

Commit 37a0fa4

Browse files
authored
Update to Cadence v1.6.2 (#92)
1 parent f840d3a commit 37a0fa4

File tree

2 files changed

+638
-67
lines changed

2 files changed

+638
-67
lines changed

go.mod

Lines changed: 23 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,65 @@
11
module github.com/onflow/flixkit-go/v2
22

3-
go 1.23
4-
5-
toolchain go1.23.4
3+
go 1.23.7
64

75
require (
86
github.com/hexops/autogold/v2 v2.2.1
9-
github.com/onflow/cadence v1.3.4
10-
github.com/onflow/flow-go-sdk v1.3.3
11-
github.com/onflow/go-ethereum v1.14.7
7+
github.com/onflow/cadence v1.6.2
8+
github.com/onflow/flow-go-sdk v1.6.1
9+
github.com/onflow/go-ethereum v1.15.10
1210
github.com/stoewer/go-strcase v1.3.0
1311
github.com/stretchr/testify v1.10.0
14-
golang.org/x/crypto v0.28.0
12+
golang.org/x/crypto v0.37.0
1513
)
1614

1715
require (
1816
github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
19-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
17+
github.com/bits-and-blooms/bitset v1.17.0 // indirect
2018
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
2119
github.com/davecgh/go-spew v1.1.1 // indirect
2220
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
2321
github.com/fatih/color v1.16.0 // indirect
2422
github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 // indirect
2523
github.com/fxamacker/circlehash v0.3.0 // indirect
2624
github.com/golang/protobuf v1.5.4 // indirect
27-
github.com/google/go-cmp v0.6.0 // indirect
25+
github.com/google/go-cmp v0.7.0 // indirect
2826
github.com/hexops/gotextdiff v1.0.3 // indirect
2927
github.com/hexops/valast v1.4.4 // indirect
30-
github.com/holiman/uint256 v1.3.0 // indirect
28+
github.com/holiman/uint256 v1.3.2 // indirect
3129
github.com/k0kubun/pp v3.0.1+incompatible // indirect
3230
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
3331
github.com/kr/pretty v0.3.1 // indirect
3432
github.com/kr/text v0.2.0 // indirect
33+
github.com/leanovate/gopter v0.2.11 // indirect
3534
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
3635
github.com/mattn/go-colorable v0.1.13 // indirect
3736
github.com/mattn/go-isatty v0.0.20 // indirect
3837
github.com/nightlyone/lockfile v1.0.0 // indirect
3938
github.com/onflow/atree v0.10.0 // indirect
40-
github.com/onflow/crypto v0.25.2 // indirect
39+
github.com/onflow/crypto v0.25.3 // indirect
4140
github.com/onflow/flow/protobuf/go/flow v0.4.7 // indirect
4241
github.com/pkg/errors v0.9.1 // indirect
4342
github.com/pmezard/go-difflib v1.0.0 // indirect
4443
github.com/rivo/uniseg v0.4.4 // indirect
45-
github.com/rogpeppe/go-internal v1.10.0 // indirect
46-
github.com/sirupsen/logrus v1.9.3 // indirect
44+
github.com/rogpeppe/go-internal v1.13.1 // indirect
4745
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
4846
github.com/turbolent/prettier v0.0.0-20220320183459-661cc755135d // indirect
4947
github.com/x448/float16 v0.8.4 // indirect
5048
github.com/zeebo/blake3 v0.2.4 // indirect
51-
go.opentelemetry.io/otel v1.24.0 // indirect
52-
go.uber.org/goleak v1.3.0 // indirect
49+
go.opentelemetry.io/otel v1.35.0 // indirect
5350
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
54-
golang.org/x/mod v0.17.0 // indirect
55-
golang.org/x/net v0.26.0 // indirect
56-
golang.org/x/sync v0.8.0 // indirect
57-
golang.org/x/sys v0.26.0 // indirect
58-
golang.org/x/text v0.19.0 // indirect
59-
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
51+
golang.org/x/mod v0.24.0 // indirect
52+
golang.org/x/net v0.39.0 // indirect
53+
golang.org/x/sync v0.14.0 // indirect
54+
golang.org/x/sys v0.32.0 // indirect
55+
golang.org/x/text v0.24.0 // indirect
56+
golang.org/x/tools v0.32.0 // indirect
6057
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
61-
gonum.org/v1/gonum v0.14.0 // indirect
62-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
63-
google.golang.org/grpc v1.64.1 // indirect
64-
google.golang.org/protobuf v1.34.2 // indirect
58+
gonum.org/v1/gonum v0.16.0 // indirect
59+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250428153025-10db94c68c34 // indirect
60+
google.golang.org/grpc v1.72.0 // indirect
61+
google.golang.org/protobuf v1.36.6 // indirect
62+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
6563
gopkg.in/yaml.v3 v3.0.1 // indirect
6664
mvdan.cc/gofumpt v0.5.0 // indirect
6765
)

0 commit comments

Comments
 (0)