Initial commit
parents
No related branches found
No related tags found
README.md
0 → 100644
go.mod
0 → 100644
module git.autistici.org/ai3/tools/webauthn-cred | ||
go 1.15 | ||
require ( | ||
github.com/duo-labs/webauthn v0.0.0-20210727191636-9f1b88ef44cc | ||
github.com/fxamacker/cbor/v2 v2.2.0 | ||
github.com/keys-pub/go-libfido2 v1.5.2 | ||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 | ||
) |
go.sum
0 → 100644
main.go
0 → 100644
Please register or sign in to comment