File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ toolchain go1.24.1
77require (
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
1414require (
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
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv
55github.com/fxamacker/cbor/v2 v2.7.0 /go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ =
66github.com/fxamacker/webauthn v0.6.1 h1:Vh5Kfuul05zCffJN8PGk1aqeTIw14syrorcwDMeVlN0 =
77github.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 =
1212github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk =
1313github.com/golang-jwt/jwt/v5 v5.2.1 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
1414github.com/google/go-tpm v0.9.3 h1:+yx0/anQuGzi+ssRqeD6WpXjW2L/V0dItUayO0i9sRc =
You can’t perform that action at this time.
0 commit comments