Skip to content

Commit a13d37b

Browse files
committed
update ft and nft dependencies and add better error messages to basic transactions
1 parent 6b78d3e commit a13d37b

File tree

17 files changed

+252
-4374
lines changed

17 files changed

+252
-4374
lines changed

lib/go/contracts/go.mod

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,53 @@
11
module github.com/onflow/flow-core-contracts/lib/go/contracts
22

3-
go 1.18
3+
go 1.22
4+
5+
toolchain go1.22.4
46

57
require (
68
github.com/kevinburke/go-bindata v3.24.0+incompatible
79
github.com/onflow/flow-core-contracts/lib/go/templates v0.15.2-0.20240215153337-0be5cb4b4bc9
8-
github.com/onflow/flow-ft/lib/go/contracts v1.0.0
9-
github.com/onflow/flow-nft/lib/go/contracts v1.2.1
10-
github.com/stretchr/testify v1.8.4
10+
github.com/onflow/flow-ft/lib/go/contracts v1.0.1
11+
github.com/onflow/flow-nft/lib/go/contracts v1.2.2
12+
github.com/stretchr/testify v1.9.0
1113
)
1214

1315
require (
1416
github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect
15-
github.com/bits-and-blooms/bitset v1.7.0 // indirect
17+
github.com/bits-and-blooms/bitset v1.10.0 // indirect
1618
github.com/btcsuite/btcd/btcec/v2 v2.2.1 // indirect
1719
github.com/davecgh/go-spew v1.1.1 // indirect
1820
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
19-
github.com/ethereum/go-ethereum v1.13.5 // indirect
2021
github.com/fsnotify/fsnotify v1.6.0 // indirect
2122
github.com/fxamacker/cbor/v2 v2.4.1-0.20230228173756-c0c9f774e40c // indirect
2223
github.com/fxamacker/circlehash v0.3.0 // indirect
24+
github.com/golang/protobuf v1.5.4 // indirect
2325
github.com/hashicorp/hcl v1.0.0 // indirect
24-
github.com/holiman/uint256 v1.2.3 // indirect
26+
github.com/holiman/uint256 v1.2.4 // indirect
2527
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2628
github.com/k0kubun/pp v3.0.1+incompatible // indirect
27-
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
29+
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
2830
github.com/kr/pretty v0.3.1 // indirect
2931
github.com/kr/text v0.2.0 // indirect
3032
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
3133
github.com/magiconair/properties v1.8.0 // indirect
3234
github.com/mattn/go-colorable v0.1.13 // indirect
33-
github.com/mattn/go-isatty v0.0.19 // indirect
35+
github.com/mattn/go-isatty v0.0.20 // indirect
3436
github.com/mitchellh/mapstructure v1.4.1 // indirect
35-
github.com/onflow/atree v0.6.1-0.20230711151834-86040b30171f // indirect
36-
github.com/onflow/cadence v1.0.0-M3 // indirect
37-
github.com/onflow/crypto v0.25.0 // indirect
37+
github.com/onflow/atree v0.8.0-rc.6 // indirect
38+
github.com/onflow/cadence v1.0.0-preview.51 // indirect
39+
github.com/onflow/crypto v0.25.1 // indirect
3840
github.com/onflow/flow-ft/lib/go/templates v0.7.1-0.20240213220156-959b70719876 // indirect
39-
github.com/onflow/flow-go-sdk v1.0.0-M1 // indirect
41+
github.com/onflow/flow-go-sdk v1.0.0-preview.54 // indirect
4042
github.com/onflow/flow-nft/lib/go/templates v0.0.0-20240213205729-48f42d9896f8 // indirect
43+
github.com/onflow/flow/protobuf/go/flow v0.4.3 // indirect
44+
github.com/onflow/go-ethereum v1.13.4 // indirect
4145
github.com/pelletier/go-toml v1.2.0 // indirect
4246
github.com/pkg/errors v0.9.1 // indirect
4347
github.com/pmezard/go-difflib v1.0.0 // indirect
4448
github.com/psiemens/sconfig v0.1.0 // indirect
4549
github.com/rivo/uniseg v0.4.4 // indirect
46-
github.com/rogpeppe/go-internal v1.9.0 // indirect
50+
github.com/rogpeppe/go-internal v1.10.0 // indirect
4751
github.com/spf13/afero v1.9.2 // indirect
4852
github.com/spf13/cast v1.3.0 // indirect
4953
github.com/spf13/cobra v1.5.0 // indirect
@@ -54,13 +58,14 @@ require (
5458
github.com/turbolent/prettier v0.0.0-20220320183459-661cc755135d // indirect
5559
github.com/x448/float16 v0.8.4 // indirect
5660
github.com/zeebo/blake3 v0.2.3 // indirect
57-
go.opentelemetry.io/otel v1.16.0 // indirect
58-
golang.org/x/crypto v0.17.0 // indirect
59-
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
60-
golang.org/x/sys v0.15.0 // indirect
61+
go.opentelemetry.io/otel v1.24.0 // indirect
62+
golang.org/x/crypto v0.19.0 // indirect
63+
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
64+
golang.org/x/sys v0.17.0 // indirect
6165
golang.org/x/text v0.14.0 // indirect
62-
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
63-
gonum.org/v1/gonum v0.13.0 // indirect
66+
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
67+
gonum.org/v1/gonum v0.14.0 // indirect
68+
google.golang.org/protobuf v1.33.0 // indirect
6469
gopkg.in/yaml.v2 v2.4.0 // indirect
6570
gopkg.in/yaml.v3 v3.0.1 // indirect
6671
)

lib/go/contracts/go.sum

Lines changed: 52 additions & 29 deletions
Large diffs are not rendered by default.

lib/go/templates/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ toolchain go1.22.4
77
require (
88
github.com/kevinburke/go-bindata v3.24.0+incompatible
99
github.com/onflow/cadence v1.0.0-preview.51
10-
github.com/onflow/flow-ft/lib/go/templates v1.0.0
10+
github.com/onflow/flow-ft/lib/go/templates v1.0.1
1111
github.com/onflow/flow-go-sdk v1.0.0-preview.54
12-
github.com/onflow/flow-nft/lib/go/templates v1.2.0
12+
github.com/onflow/flow-nft/lib/go/templates v1.2.1
1313
github.com/psiemens/sconfig v0.1.0
1414
github.com/spf13/cobra v1.5.0
1515
)

0 commit comments

Comments
 (0)