
This change is a follow-up to the discussion on #33, which proposes a backward-compatible extension to the existing config file format to allow the user to include otpauth URLs in addition to the standard format. This is WIP, not ready to merge; it needs tests and a better story for the progress indicator.
10 lines
211 B
Modula-2
10 lines
211 B
Modula-2
module github.com/pcarrier/gauth
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/creachadair/otp v0.2.4
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
|
|
)
|