Skip to content

Commit

Permalink
Bump webauthn from 0.9.4 to 0.10.0 (#238)
Browse files Browse the repository at this point in the history
Bumps [webauthn](https://github.com/go-webauthn/webauthn) from 0.9.4 to 0.10.0.
Changelog: https://github.com/go-webauthn/webauthn/releases/tag/v0.10.0

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 20, 2023
1 parent ad6673b commit edde923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/go-ini/ini v1.67.0
github.com/go-mail/mail/v2 v2.3.0
github.com/go-sql-driver/mysql v1.7.1
github.com/go-webauthn/webauthn v0.9.4
github.com/go-webauthn/webauthn v0.10.0
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/google/uuid v1.5.0
github.com/gorilla/feeds v1.1.2
Expand Down Expand Up @@ -42,7 +42,7 @@ require (
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.0 // indirect
github.com/go-webauthn/x v0.1.5 // indirect
github.com/go-webauthn/x v0.1.6 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-tpm v0.9.0 // indirect
Expand All @@ -68,7 +68,7 @@ require (
github.com/x448/float16 v0.8.4 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand Down

0 comments on commit edde923

Please sign in to comment.