Update dependencies

This commit is contained in:
Moritz Marquardt 2021-07-08 23:09:46 +02:00
parent f63bd1bb2f
commit 373c13baee
No known key found for this signature in database
GPG key ID: D5788327BEE388B6
2 changed files with 19 additions and 18 deletions

4
go.mod
View file

@ -4,6 +4,8 @@ go 1.16
require (
github.com/OrlovEvgeny/go-mcache v0.0.0-20200121124330-1a8195b34f3a
github.com/valyala/fasthttp v1.22.0
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/klauspost/compress v1.13.1 // indirect
github.com/valyala/fasthttp v1.28.0
github.com/valyala/fastjson v1.6.3
)