diff options
| author | 2025-04-07 16:14:41 +0200 | |
|---|---|---|
| committer | 2025-04-07 16:14:41 +0200 | |
| commit | 365b5753419238bb96bc3f9b744d380ff20cbafc (patch) | |
| tree | 6b8e8b605c4cddeb6e3bc0f574ffbc856657e56c /vendor/modules.txt | |
| parent | [bugfix] Don't assume `"manuallyApprovesFollowers": true` if not set (#3978) (diff) | |
| download | gotosocial-365b5753419238bb96bc3f9b744d380ff20cbafc.tar.xz | |
[feature] add TOTP two-factor authentication (2FA) (#3960)
* [feature] add TOTP two-factor authentication (2FA)
* use byteutil.S2B to avoid allocations when comparing + generating password hashes
* don't bother with string conversion for consts
* use io.ReadFull
* use MustGenerateSecret for backup codes
* rename util functions
Diffstat (limited to 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index e0ed3d27c..b39054eb5 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -297,6 +297,11 @@ github.com/aymerick/douceur/parser # github.com/beorn7/perks v1.0.1 ## explicit; go 1.11 github.com/beorn7/perks/quantile +# github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc +## explicit +github.com/boombuler/barcode +github.com/boombuler/barcode/qr +github.com/boombuler/barcode/utils # github.com/buckket/go-blurhash v1.1.0 ## explicit; go 1.14 github.com/buckket/go-blurhash @@ -730,6 +735,12 @@ github.com/pkg/errors # github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 ## explicit github.com/pmezard/go-difflib/difflib +# github.com/pquerna/otp v1.4.0 +## explicit; go 1.12 +github.com/pquerna/otp +github.com/pquerna/otp/hotp +github.com/pquerna/otp/internal +github.com/pquerna/otp/totp # github.com/prometheus/client_golang v1.21.1 ## explicit; go 1.21 github.com/prometheus/client_golang/internal/github.com/golang/gddo/httputil |
