Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies and fix issue #4 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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