summaryrefslogtreecommitdiff
path: root/internal/authentication/file_user_provider_database_mock_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/authentication/file_user_provider_database_mock_test.go')
-rw-r--r--internal/authentication/file_user_provider_database_mock_test.go2
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.