diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2023-11-30 19:45:24 +1100 |
|---|---|---|
| committer | James Elliott <james-d-elliott@users.noreply.github.com> | 2024-03-04 20:29:12 +1100 |
| commit | e4e878f05f8ae1e1784b3ac190459b2d506f796c (patch) | |
| tree | ed8f5b927156300dddff33f3e14bc732803ea405 /internal/authentication/file_user_provider_database_mock_test.go | |
| parent | 61c30b373f8c5ee14321e82c8d7210aae7d260c3 (diff) | |
build(deps): use go.uber.org/mock
Use the new go.uber.org/mock which is currently maintained.
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/authentication/file_user_provider_database_mock_test.go')
| -rw-r--r-- | internal/authentication/file_user_provider_database_mock_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/authentication/file_user_provider_database_mock_test.go b/internal/authentication/file_user_provider_database_mock_test.go index fde875135..dfdda0c63 100644 --- a/internal/authentication/file_user_provider_database_mock_test.go +++ b/internal/authentication/file_user_provider_database_mock_test.go @@ -7,7 +7,7 @@ package authentication import ( reflect "reflect" - gomock "github.com/golang/mock/gomock" + gomock "go.uber.org/mock/gomock" ) // MockFileUserDatabase is a mock of FileUserProviderDatabase interface. |
