summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2019-11-24 22:59:12 -0500
committerChloe Kudryavtsev <toast@toast.cafe>2019-11-24 22:59:12 -0500
commitfdaa19f9eb565fa02caeeed308460e067e6f4ca5 (patch)
treeef91dc739dbf0711084b67aac6bc3e5ac2d45df8 /go.mod
parentUpdate server/ docs (diff)
Release chores for 2.0.0v2.0.0
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 1cd1ad7..debb5aa 100644
--- a/go.mod
+++ b/go.mod
@@ -6,6 +6,7 @@ require (
github.com/fasthttp/router v0.5.2
github.com/go-redis/redis/v7 v7.0.0-beta.4
github.com/golang/protobuf v1.3.1 // indirect
+ github.com/klauspost/compress v1.9.2 // indirect
github.com/twmb/murmur3 v1.0.0
github.com/valyala/fasthttp v1.6.0
github.com/valyala/quicktemplate v1.4.1