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

Commits on Aug 20, 2024

  1. Migrate to go.uber.org/mock

    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 committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    175fc6e View commit details
    Browse the repository at this point in the history