aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJoey Jiao <joeyjiaojg@gmail.com>2021-03-16 16:48:01 +0800
committerDmitry Vyukov <dvyukov@google.com>2021-03-19 08:06:06 +0100
commit2af9d324c1bc7d0486122df201cf67590564ae4c (patch)
tree85ae090a0179c182d7357220fe49f5ee221b4114 /go.mod
parent45ca68ec31e01357b475d7d4baa16686952aa57a (diff)
syz-manager: compress html using gorilla/hanlders
Issue: #2495
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 182cec372..2c2723c0d 100644
--- a/go.mod
+++ b/go.mod
@@ -10,6 +10,7 @@ require (
github.com/golangci/golangci-lint v1.37.1
github.com/golangci/misspell v0.3.5 // indirect
github.com/google/go-cmp v0.5.4
+ github.com/gorilla/handlers v1.5.1
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect
github.com/jstemmer/go-junit-report v0.9.2-0.20191008195320-984a47ca6b0a // indirect