File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/PuerkitoBio/goquery v1.11.0
77 github.com/andybalholm/brotli v1.2.0
88 github.com/coreos/go-oidc/v3 v3.17.0
9- github.com/go-webauthn/webauthn v0.16.0
9+ github.com/go-webauthn/webauthn v0.16.1
1010 github.com/gorilla/mux v1.8.1
1111 github.com/lib/pq v1.11.2
1212 github.com/prometheus/client_golang v1.23.2
@@ -20,7 +20,7 @@ require (
2020)
2121
2222require (
23- github.com/go-webauthn/x v0.2.1 // indirect
23+ github.com/go-webauthn/x v0.2.2 // indirect
2424 github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
2525 github.com/google/go-tpm v0.9.8 // indirect
2626)
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ github.com/go-jose/go-jose/v4 v4.1.3 h1:CVLmWDhDVRa6Mi/IgCgaopNosCaHz7zrMeF9MlZR
1919github.com/go-jose/go-jose/v4 v4.1.3 /go.mod h1:x4oUasVrzR7071A4TnHLGSPpNOm2a21K9Kf04k1rs08 =
2020github.com/go-viper/mapstructure/v2 v2.5.0 h1:vM5IJoUAy3d7zRSVtIwQgBj7BiWtMPfmPEgAXnvj1Ro =
2121github.com/go-viper/mapstructure/v2 v2.5.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
22- github.com/go-webauthn/webauthn v0.16.0 h1:A9BkfYIwWAMPSQCbM2HoWqo6JO5LFI8aqYAzo6nW7AY =
23- github.com/go-webauthn/webauthn v0.16.0 /go.mod h1:hm9RS/JNYeUu3KqGbzqlnHClhDGCZzTZlABjathwnN0 =
24- github.com/go-webauthn/x v0.2.1 h1:/oB8i0FhSANuoN+YJF5XHMtppa7zGEYaQrrf6ytotjc =
25- github.com/go-webauthn/x v0.2.1 /go.mod h1:Wm0X0zXkzznit4gHj4m82GiBZRMEm+TDUIoJWIQLsE4 =
22+ github.com/go-webauthn/webauthn v0.16.1 h1:x5/SSki5/aIfogaRukqvbg/RXa3Sgxy/9vU7UfFPHKU =
23+ github.com/go-webauthn/webauthn v0.16.1 /go.mod h1:RBS+rtQJMkE5VfMQ4diDA2VNrEL8OeUhp4Srz37FHbQ =
24+ github.com/go-webauthn/x v0.2.2 h1:zIiipvMbr48CXi5RG0XdBJR94kd8I5LfzHPb/q+YYmk =
25+ github.com/go-webauthn/x v0.2.2 /go.mod h1:IpJ5qyWB9NRhLX3C7gIfjTU7RZLXEP6kzFkoVSE7Fz4 =
2626github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY =
2727github.com/golang-jwt/jwt/v5 v5.3.1 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
2828github.com/google/go-cmp v0.6.0 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
You can’t perform that action at this time.
0 commit comments