This repository was archived by the owner on Oct 31, 2023. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/filecoin-project/specs-storage
3
3
go 1.13
4
4
5
5
require (
6
- github.com/filecoin-project/go-state-types v0.1.4-0.20220511200558-7a486892661a
6
+ github.com/filecoin-project/go-state-types v0.1.4
7
7
github.com/ipfs/go-cid v0.0.7
8
8
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
9
9
golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 // indirect
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/filecoin-project/go-bitfield v0.2.4/go.mod h1:CNl9WG8hgR5mttCnUErjcQj
8
8
github.com/filecoin-project/go-crypto v0.0.0-20191218222705-effae4ea9f03 h1:2pMXdBnCiXjfCYx/hLqFxccPoqsSveQFxVLvNxy9bus =
9
9
github.com/filecoin-project/go-crypto v0.0.0-20191218222705-effae4ea9f03 /go.mod h1:+viYnvGtUTgJRdy6oaeF4MTFKAfatX071MPDPBL11EQ =
10
10
github.com/filecoin-project/go-hamt-ipld/v3 v3.1.0 /go.mod h1:bxmzgT8tmeVQA1/gvBwFmYdT8SOFUwB3ovSUfG1Ux0g =
11
- github.com/filecoin-project/go-state-types v0.1.4-0.20220511200558-7a486892661a h1:A87LeOiz7PT5XA7iDQ2RzIx3eYbavqOTvWn7BFrvnvQ =
12
- github.com/filecoin-project/go-state-types v0.1.4-0.20220511200558-7a486892661a /go.mod h1:xCA/WfKlC2zcn3fUmDv4IrzznwS98X5XW/irUP3Lhxg =
11
+ github.com/filecoin-project/go-state-types v0.1.4 h1:NU0veVNxtDiLD/eRyKHV9lv3njSzfTh/sJGxxvcYcpg =
12
+ github.com/filecoin-project/go-state-types v0.1.4 /go.mod h1:xCA/WfKlC2zcn3fUmDv4IrzznwS98X5XW/irUP3Lhxg =
13
13
github.com/google/go-cmp v0.4.0 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
14
14
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 /go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY =
15
15
github.com/gopherjs/gopherjs v0.0.0-20190812055157-5d271430af9f h1:KMlcu9X58lhTA/KrfX8Bi1LQSO4pzoVjTiL3h4Jk+Zk =
You can’t perform that action at this time.
0 commit comments