diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-07-07 15:41:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 15:41:05 -0400 |
commit | 7613f31c6b2101d1e3affa74effc6efc5d3752ea (patch) | |
tree | 11d40a7372829d1bc89a43d7abda03c4530b8478 /go.mod | |
parent | 9543e068e960e65dba62b7f60dd6144a1724d718 (diff) | |
download | gitea-7613f31c6b2101d1e3affa74effc6efc5d3752ea.tar.gz gitea-7613f31c6b2101d1e3affa74effc6efc5d3752ea.zip |
Update vendor 20210707 (#16366)
* update gitea.com/go-chi/binding
* update github.com/blevesearch/bleve/v2
* update github.com/caddyserver/certmagic
* update github.com/go-git/go-git/v5
* update github.com/lafriks/xormstore
* update github.com/yuin/goldmark
* Revert "update gitea.com/go-chi/binding"
This reverts commit dea2f292b116114f9316fab95c5fd124174da404.
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -13,9 +13,9 @@ require ( gitea.com/lunny/levelqueue v0.3.0 github.com/Microsoft/go-winio v0.5.0 // indirect github.com/NYTimes/gziphandler v1.1.1 - github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c // indirect + github.com/ProtonMail/go-crypto v0.0.0-20210705153151-cc34b1f6908b // indirect github.com/PuerkitoBio/goquery v1.7.0 - github.com/RoaringBitmap/roaring v0.8.0 // indirect + github.com/RoaringBitmap/roaring v0.9.1 // indirect github.com/alecthomas/chroma v0.9.2 github.com/andybalholm/brotli v1.0.3 // indirect github.com/andybalholm/cascadia v1.2.0 // indirect @@ -70,7 +70,7 @@ require ( github.com/kevinburke/ssh_config v1.1.0 // indirect github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4 github.com/klauspost/compress v1.13.1 - github.com/klauspost/cpuid/v2 v2.0.7 // indirect + github.com/klauspost/cpuid/v2 v2.0.8 // indirect github.com/klauspost/pgzip v1.2.5 // indirect github.com/lafriks/xormstore v1.4.0 github.com/lib/pq v1.10.2 @@ -115,7 +115,7 @@ require ( github.com/urfave/cli v1.22.5 github.com/xanzy/go-gitlab v0.50.1 github.com/yohcop/openid-go v1.0.0 - github.com/yuin/goldmark v1.3.9 + github.com/yuin/goldmark v1.4.0 github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01 github.com/yuin/goldmark-meta v1.0.0 go.etcd.io/bbolt v1.3.6 // indirect @@ -139,7 +139,7 @@ require ( mvdan.cc/xurls/v2 v2.2.0 strk.kbt.io/projects/go/libravatar v0.0.0-20191008002943-06d1c002b251 xorm.io/builder v0.3.9 - xorm.io/xorm v1.1.1 + xorm.io/xorm v1.1.2 ) replace github.com/hashicorp/go-version => github.com/6543/go-version v1.3.1 |