1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-15 15:07:20 +00:00

Update github.com/pquerna/otp from untagged to v1.2.0 (#11358)

This commit is contained in:
6543
2020-05-10 14:50:16 +02:00
committed by GitHub
parent 57b6f83191
commit 43bb85908d
16 changed files with 192 additions and 54 deletions

8
vendor/github.com/pquerna/otp/go.mod generated vendored Normal file
View File

@ -0,0 +1,8 @@
module github.com/pquerna/otp
go 1.12
require (
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc
github.com/stretchr/testify v1.3.0
)