diff options
Diffstat (limited to 'internal/handlers/webauthn_test.go')
| -rw-r--r-- | internal/handlers/webauthn_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/handlers/webauthn_test.go b/internal/handlers/webauthn_test.go index 100db5ab8..480affd34 100644 --- a/internal/handlers/webauthn_test.go +++ b/internal/handlers/webauthn_test.go @@ -6,10 +6,10 @@ import ( "testing" "github.com/go-webauthn/webauthn/protocol" - "github.com/golang/mock/gomock" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "github.com/valyala/fasthttp" + "go.uber.org/mock/gomock" "github.com/authelia/authelia/v4/internal/mocks" "github.com/authelia/authelia/v4/internal/model" |
