5
5
require (
6
6
github.com/filecoin-project/go-address v1.1.0
7
7
github.com/filecoin-project/go-fil-commcid v0.1.0
8
- github.com/filecoin-project/go-state-types v0.11.2-0.20230712101859-8f37624fa540
8
+ github.com/filecoin-project/go-state-types v0.13.1
9
9
github.com/ipfs/go-block-format v0.0.3
10
10
github.com/ipfs/go-cid v0.3.2
11
11
github.com/ipfs/go-ipfs-blockstore v1.2.0
@@ -30,9 +30,9 @@ require (
30
30
github.com/ipfs/go-log/v2 v2.1.2-0.20200626104915-0016c0b4b3e4 // indirect
31
31
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
32
32
github.com/jbenet/goprocess v0.1.4 // indirect
33
- github.com/klauspost/cpuid/v2 v2.0.9 // indirect
33
+ github.com/klauspost/cpuid/v2 v2.2.3 // indirect
34
34
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
35
- github.com/minio/sha256-simd v1.0.0 // indirect
35
+ github.com/minio/sha256-simd v1.0.1 // indirect
36
36
github.com/mr-tron/base58 v1.2.0 // indirect
37
37
github.com/multiformats/go-base32 v0.0.4 // indirect
38
38
github.com/multiformats/go-base36 v0.1.0 // indirect
@@ -43,7 +43,7 @@ require (
43
43
github.com/pmezard/go-difflib v1.0.0 // indirect
44
44
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
45
45
github.com/spaolacci/murmur3 v1.1.0 // indirect
46
- github.com/whyrusleeping/cbor-gen v0.0.0-20220323183124-98fa8256a799 // indirect
46
+ github.com/whyrusleeping/cbor-gen v0.1.0 // indirect
47
47
go.uber.org/atomic v1.6.0 // indirect
48
48
go.uber.org/multierr v1.5.0 // indirect
49
49
go.uber.org/zap v1.14.1 // indirect
0 commit comments