summaryrefslogtreecommitdiffhomepage
path: root/go.mod
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2019-12-19 13:51:16 -0500
committerChloe Kudryavtsev <toast@toast.cafe>2019-12-19 13:51:16 -0500
commit03a8a17e57a5dff33e2060625e5e8a48b777a430 (patch)
tree0ca1b13b476671e88e1f48694d82fd537c308847 /go.mod
parentfeat: add redis storage tests (diff)
v2.1.0 - RELEASE!v2.1.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index c026243..3b32cce 100644
--- a/go.mod
+++ b/go.mod
@@ -6,10 +6,10 @@ 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/klauspost/compress v1.9.4 // indirect
github.com/stretchr/testify v1.4.0
github.com/twmb/murmur3 v1.0.0
- github.com/valyala/fasthttp v1.6.0
+ github.com/valyala/fasthttp v1.7.0
github.com/valyala/quicktemplate v1.4.1
golang.org/x/text v0.3.2 // indirect
)