spacemeshos / post

Spacemesh POST protocol implementation
MIT License
19 stars 20 forks source link

Use go.uber.org/mock/gomock instead of github.com/golang/mock #233

Closed fasmat closed 1 year ago

fasmat commented 1 year ago

github.com/golang/mock has been discontinued. This PR replaces the dependency with the maintained mock go.uber.org/mock