aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/felixge/httpsnoop/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 /vendor/github.com/felixge/httpsnoop/go.mod
parent45ca68ec31e01357b475d7d4baa16686952aa57a (diff)
syz-manager: compress html using gorilla/hanlders
Issue: #2495
Diffstat (limited to 'vendor/github.com/felixge/httpsnoop/go.mod')
-rw-r--r--vendor/github.com/felixge/httpsnoop/go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/github.com/felixge/httpsnoop/go.mod b/vendor/github.com/felixge/httpsnoop/go.mod
new file mode 100644
index 000000000..73b394690
--- /dev/null
+++ b/vendor/github.com/felixge/httpsnoop/go.mod
@@ -0,0 +1,3 @@
+module github.com/felixge/httpsnoop
+
+go 1.13