mirror of
https://github.com/kataras/iris.git
synced 2026-01-20 18:35:57 +00:00
Add context.FindClosest(n) to find closest paths - useful for 404 pages to suggest valid pages
Former-commit-id: 90ff7c9da5369df5bd99fbbecf9955a8c555fea5
This commit is contained in:
1
go.mod
1
go.mod
@@ -27,6 +27,7 @@ require (
|
||||
github.com/mediocregopher/radix/v3 v3.3.0
|
||||
github.com/microcosm-cc/bluemonday v1.0.2
|
||||
github.com/ryanuber/columnize v2.1.0+incompatible
|
||||
github.com/schollz/closestmatch v2.1.0+incompatible
|
||||
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413
|
||||
golang.org/x/text v0.3.0
|
||||
gopkg.in/ini.v1 v1.51.0
|
||||
|
||||
Reference in New Issue
Block a user