File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ func BuildTypeString() string {
3131 }
3232}
3333
34- const BuildVersion = "2.4.2 "
34+ const BuildVersion = "2.4.3 "
3535
3636func UserVersion () string {
3737 return BuildVersion + BuildTypeString () + CurrentCommit
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ require (
3636 github.com/filecoin-project/go-state-types v0.16.0
3737 github.com/filecoin-project/go-statemachine v1.0.3
3838 github.com/filecoin-project/go-statestore v0.2.0
39- github.com/filecoin-project/lotus v1.32.1
39+ github.com/filecoin-project/lotus v1.32.2
4040 github.com/filecoin-project/specs-actors v0.9.15
4141 github.com/filecoin-project/specs-actors/v2 v2.3.6
4242 github.com/gbrlsnchs/jwt/v3 v3.0.1
Original file line number Diff line number Diff line change @@ -408,8 +408,8 @@ github.com/filecoin-project/go-statestore v0.2.0 h1:cRRO0aPLrxKQCZ2UOQbzFGn4WDNd
408408github.com/filecoin-project/go-statestore v0.2.0 /go.mod h1:8sjBYbS35HwPzct7iT4lIXjLlYyPor80aU7t7a/Kspo =
409409github.com/filecoin-project/go-storedcounter v0.1.0 h1:Mui6wSUBC+cQGHbDUBcO7rfh5zQkWJM/CpAZa/uOuus =
410410github.com/filecoin-project/go-storedcounter v0.1.0 /go.mod h1:4ceukaXi4vFURIoxYMfKzaRF5Xv/Pinh2oTnoxpv+z8 =
411- github.com/filecoin-project/lotus v1.32.1 h1:C1MLLb6ZIKTYZtqVEAJ+Jbfc1Kf8U1dB9EgqXlmG7MY =
412- github.com/filecoin-project/lotus v1.32.1 /go.mod h1:eNfZ0eXGMckDBFQmL1/MJk/0UgxVKHy74z40uMrGlg4 =
411+ github.com/filecoin-project/lotus v1.32.2 h1:UQsJgLeZVKE7dPc171va7LlIBYN5XTSqrCs8hooGcik =
412+ github.com/filecoin-project/lotus v1.32.2 /go.mod h1:eNfZ0eXGMckDBFQmL1/MJk/0UgxVKHy74z40uMrGlg4 =
413413github.com/filecoin-project/pubsub v1.0.0 h1:ZTmT27U07e54qV1mMiQo4HDr0buo8I1LDHBYLXlsNXM =
414414github.com/filecoin-project/pubsub v1.0.0 /go.mod h1:GkpB33CcUtUNrLPhJgfdy4FDx4OMNR9k+46DHx/Lqrg =
415415github.com/filecoin-project/specs-actors v0.9.13 /go.mod h1:TS1AW/7LbG+615j4NsjMK1qlpAwaFsG9w0V2tg2gSao =
Original file line number Diff line number Diff line change @@ -2608,6 +2608,8 @@ github.com/filecoin-project/kubo-api-client v0.0.1/go.mod h1:c36PPMIVOkKfHDwDG5U
26082608github.com/filecoin-project/lotus v1.25.0-rc1/go.mod h1:L4HPpbCl0dvIVLW/anT1iBu1/CURDYN9n4ULKkDZ5ps=
26092609github.com/filecoin-project/lotus v1.25.3-0.20240228124156-fc6229abf7f4 h1:ccee29n37fR0ymXBL3rSPSY+56AuLXBuIeMFcZmVy0g=
26102610github.com/filecoin-project/lotus v1.25.3-0.20240228124156-fc6229abf7f4/go.mod h1:m2HZtRLwJKm2WVBFzYitQqq4Jqb2wcxzR1qWHNVUHuY=
2611+ github.com/filecoin-project/lotus v1.32.2 h1:UQsJgLeZVKE7dPc171va7LlIBYN5XTSqrCs8hooGcik=
2612+ github.com/filecoin-project/lotus v1.32.2/go.mod h1:eNfZ0eXGMckDBFQmL1/MJk/0UgxVKHy74z40uMrGlg4=
26112613github.com/filecoin-project/specs-storage v0.4.1 h1:yvLEaLZj8f+uByhNC4mFOtCUyL2wQku+NGBp6hjTe9M=
26122614github.com/filecoin-project/storetheindex v0.4.17 h1:w0dVc954TGPukoVbidlYvn9Xt+wVhk5vBvrqeJiRo8I=
26132615github.com/filecoin-project/test-vectors/schema v0.0.7 h1:hhrcxLnQR2Oe6fjk63hZXG1fWQGyxgCVXOOlAlR/D9A=
You can’t perform that action at this time.
0 commit comments