diff options
| author | 2019-12-19 13:51:16 -0500 | |
|---|---|---|
| committer | 2019-12-19 13:51:16 -0500 | |
| commit | 03a8a17e57a5dff33e2060625e5e8a48b777a430 (patch) | |
| tree | 0ca1b13b476671e88e1f48694d82fd537c308847 /go.mod | |
| parent | feat: add redis storage tests (diff) | |
v2.1.0 - RELEASE!v2.1.0
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |
