Skip to content
Snippets Groups Projects

Switch to github.com/go-webauthn/webauthn

Merged ale requested to merge go-webauthn into master
3 files
+ 49
817
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -23,8 +23,8 @@ import (
"fmt"
"strings"
"github.com/duo-labs/webauthn/protocol/webauthncose"
"github.com/duo-labs/webauthn/webauthn"
"github.com/go-webauthn/webauthn/protocol/webauthncose"
"github.com/go-webauthn/webauthn/webauthn"
"github.com/fxamacker/cbor/v2"
)
Loading