Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use go.uber.org/mock/gomock #468

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

owenniles
Copy link

In this PR, I’ve replaced github.com/golang/mock/gomock with go.uber.org/mock/gomock. The original repository, github.com/golang/mock, appears to be unmaintained since June 2023. Its README recommends switching to Uber's fork, which is actively maintained.

image

github.com/gorilla/mux v1.8.0
github.com/hashicorp/go-multierror v1.1.1
github.com/stretchr/testify v1.8.4
github.com/syndtr/goleveldb v1.0.0
go.uber.org/mock v0.4.0
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version v0.4.0 of go.uber.org/mock is the latest release compatible with the Go version specified in our go.mod file (1.20). Upgrading beyond v0.4.0 would require us to update the go directive to a newer Go version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant