[CHORE] Remove u2f dependency
- It was only used to parse old U2F data to webauthn credentials. We only used the public key and keyhandle. This functiontionality was reworked to `parseU2FRegistration`. - Tests are already present, `Test_RemigrateU2FCredentials`.
This commit is contained in:
parent
9c82789664
commit
32134e3a43
5 changed files with 43 additions and 16 deletions
1
go.mod
1
go.mod
|
@ -92,7 +92,6 @@ require (
|
|||
github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92
|
||||
github.com/stretchr/testify v1.8.4
|
||||
github.com/syndtr/goleveldb v1.0.0
|
||||
github.com/tstranex/u2f v1.0.0
|
||||
github.com/ulikunitz/xz v0.5.11
|
||||
github.com/urfave/cli/v2 v2.27.1
|
||||
github.com/xanzy/go-gitlab v0.96.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue