diff options
author | 6543 <6543@obermui.de> | 2020-05-10 14:50:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 15:50:16 +0300 |
commit | 43bb85908db464036f2ed1e03eb0e8f4e88c84c2 (patch) | |
tree | 91e82a4a5c1407a82125b3d5f51e725b7984611e /go.mod | |
parent | 57b6f831916af59b7ad8ad0a9d0dd9083da88a6f (diff) | |
download | gitea-43bb85908db464036f2ed1e03eb0e8f4e88c84c2.tar.gz gitea-43bb85908db464036f2ed1e03eb0e8f4e88c84c2.zip |
Update github.com/pquerna/otp from untagged to v1.2.0 (#11358)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -22,7 +22,6 @@ require ( github.com/RoaringBitmap/roaring v0.4.23 // indirect github.com/bgentry/speakeasy v0.1.0 // indirect github.com/blevesearch/bleve v1.0.7 - github.com/boombuler/barcode v0.0.0-20161226211916-fe0f26ff6d26 // indirect github.com/couchbase/gomemcached v0.0.0-20191004160342-7b5da2ec40b2 // indirect github.com/cznic/b v0.0.0-20181122101859-a26611c4d92d // indirect github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect @@ -80,7 +79,7 @@ require ( github.com/oliamb/cutter v0.2.2 github.com/olivere/elastic/v7 v7.0.9 github.com/pkg/errors v0.9.1 - github.com/pquerna/otp v0.0.0-20160912161815-54653902c20e + github.com/pquerna/otp v1.2.0 github.com/prometheus/client_golang v1.1.0 github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect github.com/prometheus/procfs v0.0.4 // indirect |