Merge branch 'totp-plugin-corepkg-prajwalp' into IMMUDB_TOTP_COREPKG
Showing
authmdl/totpmdl/totpmdl.go
0 → 100644
... | ... | @@ -50,6 +50,7 @@ require ( |
require ( | ||
github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e // indirect | ||
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
github.com/go-asn1-ber/asn1-ber v1.5.4 // indirect | ||
... | ... | @@ -71,6 +72,7 @@ require ( |
github.com/pelletier/go-toml/v2 v2.0.1 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/pquerna/otp v1.4.0 | ||
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636 // indirect | ||
github.com/tidwall/btree v1.1.0 // indirect | ||
github.com/tidwall/grect v0.1.4 // indirect | ||
... | ... |
Please register or sign in to comment