more secure totp and paswd check, admin pannel
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
module site
|
||||
|
||||
go 1.23.4
|
||||
go 1.25.0
|
||||
|
||||
require github.com/joho/godotenv v1.5.1
|
||||
require (
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/pquerna/otp v1.5.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
|
||||
golang.org/x/crypto v0.52.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user