oxyno-zeta / gomock-extra-matcher

Gomock Extra Matchers (Struct, Map, IntRange, StringRegexp)
https://oxyno-zeta.github.io/gomock-extra-matcher/
Apache License 2.0
18 stars 1 forks source link

We want you to stop depending on https://github.com/golang/mock #27

Closed yomaisch closed 1 year ago

yomaisch commented 1 year ago

Is your feature request related to a problem? Please describe. Your package depends on https://github.com/golang/mock, but https://github.com/golang/mock became read-only on June 28, 2023.

My project has also switched to https://github.com/uber-go/mock, but I am concerned about continuing to use your package because your package still depends on package A.

Describe the solution you'd like I want them to stop relying on https://github.com/golang/mock and switch to https://github.com/uber-go/mock.

Describe alternatives you've considered

Additional context

oxyno-zeta commented 1 year ago

Hello @yomaisch ,

Thanks for the issue. For sure I will made this change. I didn't see the read-only on main repository before...

Best Regards,

oxyno-zeta commented 1 year ago

Hello @yomaisch ,

I've just released the v1.2.0 with the switch !

Thanks for the issue

yomaisch commented 1 year ago

Hello @oxyno-zeta , Thank you for your prompt response !