Update module github.com/pquerna/otp to v1.4.0
Compare changes
@@ -19,6 +19,7 @@ package hotp
@@ -71,6 +72,10 @@ func GenerateCode(secret string, counter uint64) (string, error) {
@@ -182,7 +187,7 @@ func Generate(opts GenerateOpts) (*otp.Key, error) {
@@ -204,7 +209,7 @@ func Generate(opts GenerateOpts) (*otp.Key, error) {