Skip to content

Commit

Permalink
build(deps): update module github.com/go-webauthn/x to v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott committed Feb 8, 2024
1 parent a536acd commit 546c8c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
module github.com/go-webauthn/webauthn

go 1.21
go 1.22

toolchain go1.22.0

require (
github.com/fxamacker/cbor/v2 v2.5.0
github.com/go-webauthn/x v0.1.6
github.com/go-webauthn/x v0.1.7
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/google/go-tpm v0.9.0
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/fxamacker/cbor/v2 v2.5.0 h1:oHsG0V/Q6E/wqTS2O1Cozzsy69nqCiguo5Q1a1ADivE=
github.com/fxamacker/cbor/v2 v2.5.0/go.mod h1:TA1xS00nchWmaBnEIxPSE5oHLuJBAVvqrtAnWBwBCVo=
github.com/go-webauthn/x v0.1.6 h1:QNAX+AWeqRt9loE8mULeWJCqhVG5D/jvdmJ47fIWCkQ=
github.com/go-webauthn/x v0.1.6/go.mod h1:W8dFVZ79o4f+nY1eOUICy/uq5dhrRl7mxQkYhXTo0FA=
github.com/go-webauthn/x v0.1.7 h1:xsAilZYM/wilAvLZsNUuffVQtfIW6icMSTtCotv1GkM=
github.com/go-webauthn/x v0.1.7/go.mod h1:SjdrS84sGj4NjLnGhcnc5Ba/5rHT44K65taHS0+mKrY=
github.com/golang-jwt/jwt/v5 v5.2.0 h1:d/ix8ftRUorsN+5eMIlF4T6J8CAt9rch3My2winC1Jw=
github.com/golang-jwt/jwt/v5 v5.2.0/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
github.com/google/go-tpm v0.9.0 h1:sQF6YqWMi+SCXpsmS3fd21oPy/vSddwZry4JnmltHVk=
Expand Down

0 comments on commit 546c8c9

Please sign in to comment.