mirror of
https://github.com/kataras/iris.git
synced 2026-02-28 13:35:56 +00:00
add a new 'Context.GzipReader(bool) method and 'iris.GzipReader' middleware as requested at #1528
Former-commit-id: 7665545069bf1784d17a9db1e5f9f5f8df4b0c43
This commit is contained in:
6
go.mod
6
go.mod
@@ -24,8 +24,8 @@ require (
|
||||
github.com/kataras/neffos v0.0.16
|
||||
github.com/kataras/pio v0.0.6
|
||||
github.com/kataras/sitemap v0.0.5
|
||||
github.com/klauspost/compress v1.10.5
|
||||
github.com/mediocregopher/radix/v3 v3.5.0
|
||||
github.com/klauspost/compress v1.10.6
|
||||
github.com/mediocregopher/radix/v3 v3.5.1
|
||||
github.com/microcosm-cc/bluemonday v1.0.2
|
||||
github.com/ryanuber/columnize v2.1.0+incompatible
|
||||
github.com/schollz/closestmatch v2.1.0+incompatible
|
||||
@@ -35,6 +35,6 @@ require (
|
||||
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
|
||||
golang.org/x/text v0.3.2
|
||||
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1
|
||||
gopkg.in/ini.v1 v1.56.0
|
||||
gopkg.in/ini.v1 v1.57.0
|
||||
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user