diff options
author | wppd <[email protected]> | 2019-12-25 10:31:10 +0800 |
---|---|---|
committer | wppd <[email protected]> | 2019-12-25 10:31:10 +0800 |
commit | 081c3708f242a491ddef9733f95f35e70f50c3e7 (patch) | |
tree | e362a8f93f820c95fae91ee7d5f080c870ec83cd /go.mod | |
parent | 75a817edcff22e721dcc3a7fa5590b866f630403 (diff) |
add gzip handler
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |