summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-02-04 07:12:08 +0000
committerGitHub <[email protected]>2021-02-04 07:12:08 +0000
commite26b55a8c0df467586bcaaa41f9eb557f3980598 (patch)
tree53f295889844f70bb0dd08a36412485b7601e695 /go.mod
parent20a1a5d2eb26090e0eef0e6772330ee2a52526fa (diff)
Bump github.com/alicebob/miniredis/v2 from 2.14.1 to 2.14.2
Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.14.1 to 2.14.2. - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](https://github.com/alicebob/miniredis/compare/v2.14.1...v2.14.2) Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f8d01f8b..c7bec67b 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.15
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
- github.com/alicebob/miniredis/v2 v2.14.1
+ github.com/alicebob/miniredis/v2 v2.14.2
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.10.0