Skip to content

Commit 0683b86

Browse files
authored
Update module github.com/go-webauthn/webauthn to v0.12.1
1 parent 423abe1 commit 0683b86

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ toolchain go1.24.1
77
require (
88
github.com/fxamacker/cbor/v2 v2.7.0
99
github.com/fxamacker/webauthn v0.6.1
10-
github.com/go-webauthn/webauthn v0.12.0
10+
github.com/go-webauthn/webauthn v0.12.1
1111
github.com/stretchr/testify v1.10.0
1212
)
1313

1414
require (
1515
github.com/davecgh/go-spew v1.1.1 // indirect
16-
github.com/go-webauthn/x v0.1.17 // indirect
16+
github.com/go-webauthn/x v0.1.18 // indirect
1717
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
1818
github.com/google/go-tpm v0.9.3 // indirect
1919
github.com/google/uuid v1.6.0 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv
55
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
66
github.com/fxamacker/webauthn v0.6.1 h1:Vh5Kfuul05zCffJN8PGk1aqeTIw14syrorcwDMeVlN0=
77
github.com/fxamacker/webauthn v0.6.1/go.mod h1:dOZK7yO04AnMvkmC+HLP6YO32doyu+fRPQlY0wD4Lb0=
8-
github.com/go-webauthn/webauthn v0.12.0 h1:Qlp48yWmJqfkj8xB4GLeUC03UFFU7y/2q1VozV/+Ba0=
9-
github.com/go-webauthn/webauthn v0.12.0/go.mod h1:A18ubKRGqmamfq+7Nbw7N79jNKN8wgPbXRKKWStry7I=
10-
github.com/go-webauthn/x v0.1.17 h1:qMYS5yariiSHG8hBiaqX8349/XZsgo61IZPpxhRQo20=
11-
github.com/go-webauthn/x v0.1.17/go.mod h1:h908bkQi8OwBokf7OqNzt4i0cbhU9uhRbEsinZsFKoA=
8+
github.com/go-webauthn/webauthn v0.12.1 h1:fQNKWc+gd7i1TW8FmlB0jQTHyc2GYYlV/QdLUxo+MSA=
9+
github.com/go-webauthn/webauthn v0.12.1/go.mod h1:Q13xKHZi459wU8IoFjm8jQ6CMRyad+kegblwMFFhQGU=
10+
github.com/go-webauthn/x v0.1.18 h1:9xxiKRKCHx/1R2RF+4xb1qY5QDIO0RlTmH5L02lmRH4=
11+
github.com/go-webauthn/x v0.1.18/go.mod h1:Q/uHdGGFrZ7psEcoEStYunurZuG3Z9UDZJetM8qDTtA=
1212
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
1313
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
1414
github.com/google/go-tpm v0.9.3 h1:+yx0/anQuGzi+ssRqeD6WpXjW2L/V0dItUayO0i9sRc=

0 commit comments

Comments
 (0)