summaryrefslogtreecommitdiff
path: root/internal/authentication/file_user_provider_hash_mock_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/authentication/file_user_provider_hash_mock_test.go')
-rw-r--r--internal/authentication/file_user_provider_hash_mock_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/authentication/file_user_provider_hash_mock_test.go b/internal/authentication/file_user_provider_hash_mock_test.go
index fb78a32c4..915cf3cf7 100644
--- a/internal/authentication/file_user_provider_hash_mock_test.go
+++ b/internal/authentication/file_user_provider_hash_mock_test.go
@@ -8,7 +8,7 @@ import (
reflect "reflect"
algorithm "github.com/go-crypt/crypt/algorithm"
- gomock "github.com/golang/mock/gomock"
+ gomock "go.uber.org/mock/gomock"
)
// MockHash is a mock of Hash interface.