Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
update go-redis version
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalan committed Sep 1, 2021
1 parent 649ef5f commit cb6e2c4
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.12

require (
github.com/bsm/redislock v0.7.0
github.com/caddyserver/caddy/v2 v2.0.0
github.com/caddyserver/certmagic v0.12.0
github.com/go-redis/redis/v8 v8.4.11
github.com/stretchr/testify v1.6.1
go.uber.org/zap v1.15.0
github.com/caddyserver/caddy/v2 v2.4.0
github.com/caddyserver/certmagic v0.13.1
github.com/go-redis/redis/v8 v8.11.0
github.com/stretchr/testify v1.7.0
go.uber.org/zap v1.16.0
)
Loading

0 comments on commit cb6e2c4

Please sign in to comment.