Finschia / ostracon

Ostracon, a consensus algorithm, is forked from Tendermint Core. We have added VRF to Tendermint BFT. It adds randomness to PoS Validator elections and improves security.
Apache License 2.0
70 stars 28 forks source link

v1.0.0 at github.com/chigopher/pathlib is obsolete. #661

Closed Mdaiki0730 closed 1 year ago

Mdaiki0730 commented 1 year ago

Summary

It looks like the dependency github.com/chigopher/pathlib@v1.0.0 no longer exists.

Problem Definition

github.com/chigopher/pathlib@v1.0.0 doesn't exist so go mod tidy gives an error. This dependency was added when we updated mockery from 2.26.1 to 2.27.1. https://github.com/Finschia/ostracon/commit/7a640d7bd02a433fada721f9d4acd89429950d52

Proposal

Mockrey seems to have already solved this problem by changing pathlib@v1.0.0 to pathlib@v0.15.0, so we will do the same. https://github.com/vektra/mockery/commit/2c4bf4d84e572475776541e4d3b1cbf83a0b8f44


For Admin Use