summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorwppd <[email protected]>2019-12-25 10:31:10 +0800
committerwppd <[email protected]>2019-12-25 10:31:10 +0800
commit081c3708f242a491ddef9733f95f35e70f50c3e7 (patch)
treee362a8f93f820c95fae91ee7d5f080c870ec83cd /go.mod
parent75a817edcff22e721dcc3a7fa5590b866f630403 (diff)
add gzip handler
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index e2c62a01..193bd394 100644
--- a/go.mod
+++ b/go.mod
@@ -2,6 +2,7 @@ module github.com/spiral/roadrunner
require (
github.com/BurntSushi/toml v0.3.1 // indirect
+ github.com/NYTimes/gziphandler v1.1.1
github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
github.com/buger/goterm v0.0.0-20181115115552-c206103e1f37
github.com/dustin/go-humanize v1.0.0