mirror of
https://github.com/arcanericky/totp.git
synced 2026-05-17 07:55:45 +03:00
16 lines
344 B
Modula-2
16 lines
344 B
Modula-2
module github.com/arcanericky/totp
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/pquerna/otp v1.4.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/spf13/cobra v1.6.1
|
|
)
|
|
|
|
require (
|
|
github.com/boombuler/barcode v1.0.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|