Skip to content

Commit 1fb52f0

Browse files
authored
Merge pull request #451 from filecoin-project/asr/update-gst
chore: deps: update to go-state-types 0.13.1
2 parents 5868337 + a1e65c7 commit 1fb52f0

File tree

2 files changed

+20
-111
lines changed

2 files changed

+20
-111
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
github.com/filecoin-project/go-address v1.1.0
77
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
99
github.com/ipfs/go-block-format v0.0.3
1010
github.com/ipfs/go-cid v0.3.2
1111
github.com/ipfs/go-ipfs-blockstore v1.2.0
@@ -30,9 +30,9 @@ require (
3030
github.com/ipfs/go-log/v2 v2.1.2-0.20200626104915-0016c0b4b3e4 // indirect
3131
github.com/ipfs/go-metrics-interface v0.0.1 // indirect
3232
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
3434
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
3636
github.com/mr-tron/base58 v1.2.0 // indirect
3737
github.com/multiformats/go-base32 v0.0.4 // indirect
3838
github.com/multiformats/go-base36 v0.1.0 // indirect
@@ -43,7 +43,7 @@ require (
4343
github.com/pmezard/go-difflib v1.0.0 // indirect
4444
github.com/polydawn/refmt v0.0.0-20201211092308-30ac6d18308e // indirect
4545
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
4747
go.uber.org/atomic v1.6.0 // indirect
4848
go.uber.org/multierr v1.5.0 // indirect
4949
go.uber.org/zap v1.14.1 // indirect

0 commit comments

Comments
 (0)