From 2af9d324c1bc7d0486122df201cf67590564ae4c Mon Sep 17 00:00:00 2001 From: Joey Jiao Date: Tue, 16 Mar 2021 16:48:01 +0800 Subject: syz-manager: compress html using gorilla/hanlders Issue: #2495 --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') 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 -- cgit mrf-deployment