diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2020-09-07 06:51:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-06 18:51:14 -0400 |
commit | d17efaa1146bf0ec9a52b004e6d79f971253b1a2 (patch) | |
tree | 23b05001ad7b32f170b63f63a2c5509a517aec51 /go.mod | |
parent | 1b9d5074a7ebb1b470f468cc9195d54915291ee3 (diff) | |
download | gitea-d17efaa1146bf0ec9a52b004e6d79f971253b1a2.tar.gz gitea-d17efaa1146bf0ec9a52b004e6d79f971253b1a2.zip |
Upgrade bleve to v1.0.10 (#12737)
* Fix bug on migration 111
* Upgrade bleve to 1.0.10
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,9 +18,8 @@ require ( gitea.com/macaron/toolbox v0.0.0-20190822013122-05ff0fc766b7 github.com/BurntSushi/toml v0.3.1 github.com/PuerkitoBio/goquery v1.5.1 - github.com/RoaringBitmap/roaring v0.4.23 // indirect github.com/alecthomas/chroma v0.8.0 - github.com/blevesearch/bleve v1.0.7 + github.com/blevesearch/bleve v1.0.10 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 |