otp/go.mod
mariusschellenberger f2f49009fe initial commit
2019-08-22 08:57:19 +02:00

8 lines
120 B
Modula-2

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