jmhodges / bazel_gomock

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

Replace github.com/golang/mock with go.uber.org/mock #63

Open lithammer opened 9 months ago

lithammer commented 9 months ago

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

jmhodges commented 9 months ago

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.