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

certdb/sql: remove uses of github.com/stretchr/testify/require #1256

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Jul 29, 2023

  1. certdb/sql: remove uses of github.com/stretchr/testify/require

    This was the only location where this assertion library was used; all
    other code in this repository used Go's stdlib for assertions. The
    remaining uses in this package could be replaced without too much
    trouble, which allowed for the dependency (including its indirect
    dependencies) to be removed altogether.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    8d25f25 View commit details
    Browse the repository at this point in the history