buildbarn / bb-storage

Storage daemon, capable of storing data for the Remote Execution protocol
Apache License 2.0
142 stars 91 forks source link

Migrate to go.uber.org/mock #212

Closed EdSchouten closed 3 months ago

EdSchouten commented 3 months ago

Right now we're using github.com/golang/mock, but that repository has been archived. The project has been taken over by Uber, and nowadays lives in a different location.