@@ -4,17 +4,17 @@ go 1.23.7
44
55require (
66 github.com/hexops/autogold/v2 v2.2.1
7- github.com/onflow/cadence v1.7.0-preview.1
8- github.com/onflow/flow-go-sdk v1.7.0
7+ github.com/onflow/cadence v1.7.0
8+ github.com/onflow/flow-go-sdk v1.8.1
99 github.com/onflow/go-ethereum v1.15.10
1010 github.com/stoewer/go-strcase v1.3.0
11- github.com/stretchr/testify v1.10.0
12- golang.org/x/crypto v0.39 .0
11+ github.com/stretchr/testify v1.11.1
12+ golang.org/x/crypto v0.41 .0
1313)
1414
1515require (
1616 github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
17- github.com/bits-and-blooms/bitset v1.20 .0 // indirect
17+ github.com/bits-and-blooms/bitset v1.24 .0 // indirect
1818 github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
1919 github.com/davecgh/go-spew v1.1.1 // indirect
2020 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
@@ -27,39 +27,39 @@ require (
2727 github.com/hexops/gotextdiff v1.0.3 // indirect
2828 github.com/hexops/valast v1.4.4 // indirect
2929 github.com/holiman/uint256 v1.3.2 // indirect
30- github.com/k0kubun/pp v3.0.1+incompatible // indirect
30+ github.com/k0kubun/pp/v3 v3.5.0 // indirect
3131 github.com/klauspost/cpuid/v2 v2.2.6 // indirect
3232 github.com/kr/pretty v0.3.1 // indirect
3333 github.com/kr/text v0.2.0 // indirect
34- github.com/leanovate/gopter v0.2.11 // indirect
3534 github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
36- github.com/mattn/go-colorable v0.1.13 // indirect
35+ github.com/mattn/go-colorable v0.1.14 // indirect
3736 github.com/mattn/go-isatty v0.0.20 // indirect
3837 github.com/nightlyone/lockfile v1.0.0 // indirect
39- github.com/onflow/atree v0.10.0 // indirect
38+ github.com/onflow/atree v0.10.1 // indirect
4039 github.com/onflow/crypto v0.25.3 // indirect
40+ github.com/onflow/fixed-point v0.1.1 // indirect
4141 github.com/onflow/flow/protobuf/go/flow v0.4.11 // indirect
4242 github.com/pkg/errors v0.9.1 // indirect
4343 github.com/pmezard/go-difflib v1.0.0 // indirect
44- github.com/rivo/uniseg v0.4.4 // indirect
44+ github.com/rivo/uniseg v0.4.7 // indirect
4545 github.com/rogpeppe/go-internal v1.13.1 // indirect
4646 github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
4747 github.com/turbolent/prettier v0.0.0-20220320183459-661cc755135d // indirect
4848 github.com/x448/float16 v0.8.4 // indirect
4949 github.com/zeebo/blake3 v0.2.4 // indirect
50- go.opentelemetry.io/otel v1.36 .0 // indirect
50+ go.opentelemetry.io/otel v1.37 .0 // indirect
5151 golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
52- golang.org/x/mod v0.25 .0 // indirect
53- golang.org/x/net v0.41 .0 // indirect
54- golang.org/x/sync v0.15 .0 // indirect
55- golang.org/x/sys v0.33 .0 // indirect
56- golang.org/x/text v0.26 .0 // indirect
57- golang.org/x/tools v0.33 .0 // indirect
58- golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
52+ golang.org/x/mod v0.27 .0 // indirect
53+ golang.org/x/net v0.43 .0 // indirect
54+ golang.org/x/sync v0.16 .0 // indirect
55+ golang.org/x/sys v0.35 .0 // indirect
56+ golang.org/x/text v0.28 .0 // indirect
57+ golang.org/x/tools v0.36 .0 // indirect
58+ golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
5959 gonum.org/v1/gonum v0.16.0 // indirect
60- google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
61- google.golang.org/grpc v1.74.2 // indirect
62- google.golang.org/protobuf v1.36.6 // indirect
60+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b // indirect
61+ google.golang.org/grpc v1.75.0 // indirect
62+ google.golang.org/protobuf v1.36.7 // indirect
6363 gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
6464 gopkg.in/yaml.v3 v3.0.1 // indirect
6565 mvdan.cc/gofumpt v0.5.0 // indirect
0 commit comments