diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2022-01-01 16:26:27 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-01 16:26:27 +0800 |
commit | 25a290e320de630eaf8ef4e56bb435c1ecfe1032 (patch) | |
tree | df450bc27eed27236f78661ca141c686d4fe8863 /go.mod | |
parent | 1a4e2bfcd115ada6cb859cb87964c227e0e082b9 (diff) | |
download | gitea-25a290e320de630eaf8ef4e56bb435c1ecfe1032.tar.gz gitea-25a290e320de630eaf8ef4e56bb435c1ecfe1032.zip |
Upgrade bleve from v2.0.6 to v2.3.0 (#18132)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,11 +16,10 @@ require ( github.com/NYTimes/gziphandler v1.1.1 github.com/ProtonMail/go-crypto v0.0.0-20210705153151-cc34b1f6908b // indirect github.com/PuerkitoBio/goquery v1.7.0 - github.com/RoaringBitmap/roaring v0.9.1 // indirect github.com/alecthomas/chroma v0.9.4 github.com/andybalholm/brotli v1.0.3 // indirect github.com/andybalholm/cascadia v1.2.0 // indirect - github.com/blevesearch/bleve/v2 v2.0.6 + github.com/blevesearch/bleve/v2 v2.3.0 github.com/boombuler/barcode v1.0.1 // indirect github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect github.com/caddyserver/certmagic v0.14.1 |