Add 'twofactor/' from commit 'c999bf35b0e47de4f63d59abbe0d7efc76c13ced'

git-subtree-dir: twofactor
git-subtree-mainline: 4dc135cfe0
git-subtree-split: c999bf35b0
This commit is contained in:
2025-11-16 18:43:03 -08:00
16 changed files with 1008 additions and 0 deletions

8
twofactor/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/gokyle/twofactor
go 1.14
require (
github.com/benbjohnson/clock v0.0.0-20161215174838-7dc76406b6d3
rsc.io/qr v0.1.0
)