From 72bd2ed67559a64415b2686e8f67c42df888e49e Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 21 Mar 2022 21:58:40 +0100 Subject: [PATCH] autogen: pin v0.9.0-alpha.1 release commit --- selfservice/strategy/webauthn/login_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/selfservice/strategy/webauthn/login_test.go b/selfservice/strategy/webauthn/login_test.go index 1ebd11594589..d790611b5703 100644 --- a/selfservice/strategy/webauthn/login_test.go +++ b/selfservice/strategy/webauthn/login_test.go @@ -5,12 +5,13 @@ import ( _ "embed" "encoding/json" "fmt" - "github.com/ory/x/jsonx" "io" "net/http" "net/url" "testing" + "github.com/ory/x/jsonx" + "github.com/duo-labs/webauthn/protocol" kratos "github.com/ory/kratos-client-go"