diff --git a/go.mod b/go.mod index 645acc008fb0a29e9f32a57bf8298ac6f6f82d2c..21b1884d66954f9575ccb61cec86852d7824bd52 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/bbrks/wrap/v2 v2.5.0 github.com/cenkalti/backoff/v4 v4.1.2 github.com/coreos/go-systemd/v22 v22.3.2 - github.com/duo-labs/webauthn v0.0.0-20220223184316-4d1cf2d34051 + github.com/duo-labs/webauthn v0.0.0-20220330035159-03696f3d4499 github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 github.com/fxamacker/cbor/v2 v2.4.0 github.com/go-asn1-ber/asn1-ber v1.5.4 diff --git a/go.sum b/go.sum index 43f6d28d73eeff1fc5bc915d01640d9957e74bc3..bd401a0bba854374d815a21379a2de78974adaed 100644 --- a/go.sum +++ b/go.sum @@ -212,6 +212,8 @@ github.com/duo-labs/webauthn v0.0.0-20220122034320-81aea484c951 h1:17esZ09oW+29r github.com/duo-labs/webauthn v0.0.0-20220122034320-81aea484c951/go.mod h1:nHy3JdztZWcsjenDeBuE8gn171OAwg12LBN027UP5AE= github.com/duo-labs/webauthn v0.0.0-20220223184316-4d1cf2d34051 h1:yyZ8u8em9L9B1hz0FhumWB0CUCu7mc1tymX4YOIBlxQ= github.com/duo-labs/webauthn v0.0.0-20220223184316-4d1cf2d34051/go.mod h1:UMk1JMDgQDcdI2vQz+WJOIUTSjIq07qSepAVgc93rUc= +github.com/duo-labs/webauthn v0.0.0-20220330035159-03696f3d4499 h1:jaQHuGKk9NVcfu9VbA7ygslr/7utxdYs47i4osBhZP8= +github.com/duo-labs/webauthn v0.0.0-20220330035159-03696f3d4499/go.mod h1:UMk1JMDgQDcdI2vQz+WJOIUTSjIq07qSepAVgc93rUc= github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/dustin/go-humanize v1.0.0 h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=