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

Migrate to go.uber.org/mock #17

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Migrate to go.uber.org/mock #17

merged 1 commit into from
Aug 20, 2024

Conversation

EdSchouten
Copy link
Member

Right now we're using github.com/golang/mock, but that repository has been archived. The project has been taken over by Uber, and nowadays lives in a different location.

While there, upgrade all Go dependencies. This makes TLS certificate refreshing for gRPC clients work.

Fixes: #7

Right now we're using github.com/golang/mock, but that repository has
been archived. The project has been taken over by Uber, and nowadays
lives in a different location.

While there, upgrade all Go dependencies. This makes TLS certificate
refreshing for gRPC clients work.

Fixes: #7
@EdSchouten EdSchouten merged commit ac37453 into master Aug 20, 2024
1 check passed
@EdSchouten EdSchouten deleted the eschouten/20240820-mock branch August 20, 2024 09:43
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.

Certificate refresh interval doesn't seem to work
1 participant