Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
module github.com/hbolimovsky/webauthn-example

go 1.12
go 1.13

require (
github.com/duo-labs/webauthn v0.0.0-20190926021235-9562c88a0899
github.com/duo-labs/webauthn.io v0.0.0-20190926134215-35f44a73518f
github.com/google/go-tpm v0.1.0 // indirect
github.com/gorilla/mux v1.7.1
github.com/gorilla/sessions v1.1.3 // indirect
github.com/jinzhu/gorm v1.9.11 // indirect
github.com/sirupsen/logrus v1.4.1 // indirect
gopkg.in/square/go-jose.v2 v2.2.2 // indirect
github.com/duo-labs/webauthn v0.0.0-20220330035159-03696f3d4499
github.com/duo-labs/webauthn.io v0.0.0-20200929144140-c031a3e0f95d
github.com/gorilla/mux v1.8.0
)
Loading