bazel_gomock
bazel_gomock copied to clipboard
Replace github.com/golang/mock with go.uber.org/mock
github.com/golang/mock is no longer maintained and go.uber.org/mock is the recommmended fork alternative.
Update, June 2023: This repo and tool are no longer maintained. Please see go.uber.org/mock for a maintained fork instead.
I deliberately picked an older version (v0.1.0) because it mirrors github.com/golang/mock and can be migrated to as-is.
Fixes #62
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 gomock over there.