[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:
Gusted 2024-04-05 14:00:36 +02:00
parent 9c82789664
commit 32134e3a43
No known key found for this signature in database
GPG key ID: FD821B732837125F
5 changed files with 43 additions and 16 deletions

1
go.mod
View file

@ -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