uber-go / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
1.98k stars 107 forks source link

go mod tidy #7

Closed sywhang closed 1 year ago

sywhang commented 1 year ago

Ran go mod tidy and removed a bunch of unused dependencies from go.sum.

Ideally we should run this as part of some lint check step as we do in other uber-go repositories.