diff options
author | 6543 <6543@obermui.de> | 2022-01-22 18:01:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 18:01:40 +0100 |
commit | 6ad7a5376adf3f04b6eed6de9feef09752298cd0 (patch) | |
tree | 3958853c18c08499cd4d02cfcb463a0e6b362738 /go.mod | |
parent | 5ff899d5ac4aa3558acb30dba8ba6fd93586cb62 (diff) | |
download | gitea-6ad7a5376adf3f04b6eed6de9feef09752298cd0.tar.gz gitea-6ad7a5376adf3f04b6eed6de9feef09752298cd0.zip |
Update github.com/duo-labs/webauthn (#18357)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -30,7 +30,7 @@ require ( github.com/denisenkom/go-mssqldb v0.10.0 github.com/djherbis/buffer v1.2.0 github.com/djherbis/nio/v3 v3.0.1 - github.com/duo-labs/webauthn v0.0.0-20211221191814-a22482edaa3b + github.com/duo-labs/webauthn v0.0.0-20220122034320-81aea484c951 github.com/dustin/go-humanize v1.0.0 github.com/editorconfig/editorconfig-core-go/v2 v2.4.2 github.com/emirpasic/gods v1.12.0 @@ -54,7 +54,7 @@ require ( github.com/golang-jwt/jwt/v4 v4.2.0 github.com/golang/snappy v0.0.4 // indirect github.com/google/go-github/v39 v39.2.0 - github.com/google/uuid v1.2.0 + github.com/google/uuid v1.3.0 github.com/gorilla/feeds v1.1.1 github.com/gorilla/mux v1.8.0 // indirect github.com/gorilla/sessions v1.2.1 @@ -145,8 +145,6 @@ replace github.com/markbates/goth v1.68.0 => github.com/zeripath/goth v1.68.1-0. replace github.com/shurcooL/vfsgen => github.com/lunny/vfsgen v0.0.0-20220105142115-2c99e1ffdfa0 -replace github.com/duo-labs/webauthn => github.com/authelia/webauthn v0.0.0-20211225121951-80d1f2a572e4 - replace github.com/satori/go.uuid v1.2.0 => github.com/gofrs/uuid v4.2.0+incompatible exclude github.com/gofrs/uuid v3.2.0+incompatible |