mirror of
https://github.com/1f349/twofactor.git
synced 2024-12-22 07:24:12 +00:00
15 lines
398 B
Modula-2
15 lines
398 B
Modula-2
module github.com/dnnspaul/twofactor
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/sec51/convert v0.0.0-20151121170152-8ed1f399b5e0
|
|
github.com/sec51/cryptoengine v0.0.0-20161018113558-11617a465c08
|
|
github.com/sec51/qrcode v0.0.0-20160126144534-b7779abbcaf1
|
|
)
|
|
|
|
require (
|
|
github.com/sec51/gf256 v0.0.0-20160126143050-2454accbeb9e // indirect
|
|
golang.org/x/crypto v0.0.0-20151120201419-beef0f439081 // indirect
|
|
)
|