Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 4e15d6d

Browse files
authored
Feat/update post gen (#19)
* Update PoSt gen faces Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
1 parent f14267c commit 4e15d6d

File tree

3 files changed

+242
-13
lines changed

3 files changed

+242
-13
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/filecoin-project/specs-storage
33
go 1.13
44

55
require (
6-
github.com/filecoin-project/go-state-types v0.0.0-20200904021452-1883f36ca2f4
7-
github.com/filecoin-project/specs-actors v0.9.4
6+
github.com/filecoin-project/go-state-types v0.1.1
7+
github.com/filecoin-project/specs-actors/v7 v7.0.0-20211222192039-c83bea50c402
88
github.com/ipfs/go-cid v0.0.7
99
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
1010
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 // indirect

0 commit comments

Comments
 (0)