mirror of
https://github.com/kataras/iris.git
synced 2026-01-22 03:15:58 +00:00
HandleDir: add Attachments options to DirOptions
have a bit more work to do on that, if Gzip option is true then it does not work and it's not the 'if gzip' statement inside the handler Former-commit-id: 866578d29b6a63ee60a22b0eb9b37288c717b7e2
This commit is contained in:
4
go.mod
4
go.mod
@@ -24,7 +24,7 @@ require (
|
||||
github.com/kataras/pio v0.0.8
|
||||
github.com/kataras/sitemap v0.0.5
|
||||
github.com/klauspost/compress v1.10.10
|
||||
github.com/mediocregopher/radix/v3 v3.5.1
|
||||
github.com/mediocregopher/radix/v3 v3.5.2
|
||||
github.com/microcosm-cc/bluemonday v1.0.3
|
||||
github.com/ryanuber/columnize v2.1.0+incompatible
|
||||
github.com/schollz/closestmatch v2.1.0+incompatible
|
||||
@@ -33,7 +33,7 @@ require (
|
||||
github.com/vmihailenco/msgpack/v5 v5.0.0-beta.1
|
||||
go.etcd.io/bbolt v1.3.5
|
||||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
||||
golang.org/x/net v0.0.0-20200625001655-4c5254603344
|
||||
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
||||
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae
|
||||
golang.org/x/text v0.3.3
|
||||
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
||||
|
||||
Reference in New Issue
Block a user