|
1 | 1 | module github.com/onflow/flow-nft/lib/go/contracts |
2 | 2 |
|
3 | | -go 1.22 |
4 | | - |
5 | | -toolchain go1.22.4 |
| 3 | +go 1.24.0 |
6 | 4 |
|
7 | 5 | require ( |
8 | 6 | github.com/kevinburke/go-bindata v3.23.0+incompatible |
9 | | - github.com/onflow/flow-go-sdk v1.0.0-preview.54 |
10 | | - github.com/stretchr/testify v1.9.0 |
| 7 | + github.com/onflow/flow-go-sdk v1.9.2 |
| 8 | + github.com/stretchr/testify v1.11.1 |
11 | 9 | ) |
12 | 10 |
|
13 | 11 | require ( |
14 | 12 | github.com/SaveTheRbtz/mph v0.1.1-0.20240117162131-4166ec7869bc // indirect |
15 | | - github.com/bits-and-blooms/bitset v1.10.0 // indirect |
16 | | - github.com/btcsuite/btcd/btcec/v2 v2.2.1 // indirect |
| 13 | + github.com/bits-and-blooms/bitset v1.24.0 // indirect |
| 14 | + github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect |
17 | 15 | github.com/davecgh/go-spew v1.1.1 // indirect |
18 | 16 | github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect |
19 | | - github.com/fxamacker/cbor/v2 v2.4.1-0.20230228173756-c0c9f774e40c // indirect |
| 17 | + github.com/ethereum/go-ethereum v1.16.5 // indirect |
| 18 | + github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 // indirect |
20 | 19 | github.com/fxamacker/circlehash v0.3.0 // indirect |
21 | 20 | github.com/golang/protobuf v1.5.4 // indirect |
22 | | - github.com/holiman/uint256 v1.2.4 // indirect |
23 | | - github.com/k0kubun/pp v3.0.1+incompatible // indirect |
| 21 | + github.com/holiman/uint256 v1.3.2 // indirect |
| 22 | + github.com/k0kubun/pp/v3 v3.5.0 // indirect |
24 | 23 | github.com/klauspost/cpuid/v2 v2.2.6 // indirect |
25 | 24 | github.com/kr/pretty v0.3.1 // indirect |
26 | 25 | github.com/kr/text v0.2.0 // indirect |
27 | 26 | github.com/logrusorgru/aurora/v4 v4.0.0 // indirect |
28 | | - github.com/mattn/go-colorable v0.1.13 // indirect |
| 27 | + github.com/mattn/go-colorable v0.1.14 // indirect |
29 | 28 | github.com/mattn/go-isatty v0.0.20 // indirect |
30 | | - github.com/onflow/atree v0.8.0-rc.6 // indirect |
31 | | - github.com/onflow/cadence v1.0.0-preview.51 // indirect |
32 | | - github.com/onflow/crypto v0.25.1 // indirect |
33 | | - github.com/onflow/flow/protobuf/go/flow v0.4.3 // indirect |
34 | | - github.com/onflow/go-ethereum v1.13.4 // indirect |
| 29 | + github.com/onflow/atree v0.11.0 // indirect |
| 30 | + github.com/onflow/cadence v1.8.3 // indirect |
| 31 | + github.com/onflow/crypto v0.25.3 // indirect |
| 32 | + github.com/onflow/fixed-point v0.1.1 // indirect |
| 33 | + github.com/onflow/flow/protobuf/go/flow v0.4.16 // indirect |
35 | 34 | github.com/pkg/errors v0.9.1 // indirect |
36 | 35 | github.com/pmezard/go-difflib v1.0.0 // indirect |
37 | | - github.com/rivo/uniseg v0.4.4 // indirect |
38 | | - github.com/rogpeppe/go-internal v1.10.0 // indirect |
| 36 | + github.com/rivo/uniseg v0.4.7 // indirect |
| 37 | + github.com/rogpeppe/go-internal v1.13.1 // indirect |
39 | 38 | github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect |
40 | 39 | github.com/turbolent/prettier v0.0.0-20220320183459-661cc755135d // indirect |
41 | 40 | github.com/x448/float16 v0.8.4 // indirect |
42 | | - github.com/zeebo/blake3 v0.2.3 // indirect |
43 | | - go.opentelemetry.io/otel v1.24.0 // indirect |
44 | | - go.uber.org/goleak v1.2.1 // indirect |
45 | | - golang.org/x/crypto v0.19.0 // indirect |
| 41 | + github.com/zeebo/blake3 v0.2.4 // indirect |
| 42 | + go.opentelemetry.io/otel v1.37.0 // indirect |
| 43 | + golang.org/x/crypto v0.45.0 // indirect |
46 | 44 | golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect |
47 | | - golang.org/x/sys v0.17.0 // indirect |
48 | | - golang.org/x/text v0.14.0 // indirect |
49 | | - golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect |
50 | | - gonum.org/v1/gonum v0.14.0 // indirect |
51 | | - google.golang.org/protobuf v1.33.0 // indirect |
| 45 | + golang.org/x/sys v0.38.0 // indirect |
| 46 | + golang.org/x/text v0.31.0 // indirect |
| 47 | + golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect |
| 48 | + gonum.org/v1/gonum v0.16.0 // indirect |
| 49 | + google.golang.org/protobuf v1.36.9 // indirect |
52 | 50 | gopkg.in/yaml.v3 v3.0.1 // indirect |
53 | 51 | ) |
0 commit comments