initial commit

This commit is contained in:
mariusschellenberger 2019-08-22 08:57:19 +02:00
commit f2f49009fe
6 changed files with 122 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module otp
go 1.12
require (
github.com/pquerna/otp v1.2.0
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586
)