mirror of https://github.com/go-gitea/gitea
Update github.com/pquerna/otp from untagged to v1.2.0 (#11358)
parent
57b6f83191
commit
43bb85908d
@ -0,0 +1 @@ |
||||
.vscode/ |
@ -0,0 +1 @@ |
||||
module github.com/boombuler/barcode |
@ -1,6 +1,7 @@ |
||||
language: go |
||||
|
||||
env: |
||||
- GO111MODULE=on |
||||
|
||||
go: |
||||
- 1.5 |
||||
- 1.6 |
||||
- tip |
||||
- "1.12" |
||||
|
@ -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 |
||||
) |
@ -0,0 +1,11 @@ |
||||
github.com/boombuler/barcode v1.0.0 h1:s1TvRnXwL2xJRaccrdcBQMZxq6X7DvsMogtmJeHDdrc= |
||||
github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= |
||||
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc h1:biVzkmvwrH8WK8raXaxBx6fRVTlJILwEwQGL1I/ByEI= |
||||
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= |
||||
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8= |
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= |
||||
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= |
||||
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= |
||||
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= |
||||
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q= |
||||
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= |
Loading…
Reference in new issue