Skip to content

Commit 7cb25f3

Browse files
committed
update all dependencies
1 parent 6bbb3e2 commit 7cb25f3

File tree

6 files changed

+469
-433
lines changed

6 files changed

+469
-433
lines changed

lib/go/contracts/go.mod

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

3-
go 1.22
4-
5-
toolchain go1.22.4
3+
go 1.24.0
64

75
require (
86
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
119
)
1210

1311
require (
1412
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
1715
github.com/davecgh/go-spew v1.1.1 // indirect
1816
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
2019
github.com/fxamacker/circlehash v0.3.0 // indirect
2120
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
2423
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
2524
github.com/kr/pretty v0.3.1 // indirect
2625
github.com/kr/text v0.2.0 // indirect
2726
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
2928
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
3534
github.com/pkg/errors v0.9.1 // indirect
3635
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
3938
github.com/texttheater/golang-levenshtein/levenshtein v0.0.0-20200805054039-cae8b0eaed6c // indirect
4039
github.com/turbolent/prettier v0.0.0-20220320183459-661cc755135d // indirect
4140
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
4644
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
5250
gopkg.in/yaml.v3 v3.0.1 // indirect
5351
)

0 commit comments

Comments
 (0)