jmhodges / bazel_gomock

Code to create Go mocks for bazel targets using mockgen
MIT License
58 stars 30 forks source link

github.com/golang/mock is deprecated in favour of github.com/uber-go/mock #62

Open lithammer opened 9 months ago

lithammer commented 9 months ago

The https://github.com/golang/mock repo is unmaintained and has been archived. They promote https://github.com/uber/mock instead.

Update, June 2023: This repo and tool are no longer maintained. Please see go.uber.org/mock for a maintained fork instead.

jmhodges commented 9 months ago

Dropped a mention on the PR but: Thank you and sorry!

I think you want to make this change against the version of this that's in the extras directory of rules_go.

The rules_go folks decided they wanted some changes and have been supporting running gomock over there.