summaryrefslogtreecommitdiffstats
path: root/modules/indexer
diff options
context:
space:
mode:
authorLauris BH <lauris@nix.lv>2020-04-15 20:40:39 +0300
committerGitHub <noreply@github.com>2020-04-15 20:40:39 +0300
commit4dc62dadce42edfaa74d2e21164afa1693db0dd8 (patch)
treefd7d0040950920b3ddcd5aad7e903f759579f138 /modules/indexer
parent7a67bcc2048d54eb5a9ae9fbc82170f74071e92c (diff)
downloadgitea-4dc62dadce42edfaa74d2e21164afa1693db0dd8.tar.gz
gitea-4dc62dadce42edfaa74d2e21164afa1693db0dd8.zip
Migrate to go-enry new version (#10906)
Diffstat (limited to 'modules/indexer')
-rw-r--r--modules/indexer/code/bleve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/indexer/code/bleve.go b/modules/indexer/code/bleve.go
index 39171d17a6..576cc3e5e4 100644
--- a/modules/indexer/code/bleve.go
+++ b/modules/indexer/code/bleve.go
@@ -30,7 +30,7 @@ import (
"github.com/blevesearch/bleve/mapping"
"github.com/blevesearch/bleve/search/query"
"github.com/ethantkoenig/rupture"
- "github.com/src-d/enry/v2"
+ "github.com/go-enry/go-enry/v2"
)
const unicodeNormalizeName = "unicodeNormalize"