summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-27 06:18:54 +0000
committerGitHub <[email protected]>2021-05-27 06:18:54 +0000
commitcd7ddf02dbb0e8682615460da1e1c02ae49a8ea8 (patch)
tree04764164ea713a36686c1044c2444d88039577d9 /go.mod
parent82377370c08d1b20efd6ddbea82084a76f3836e7 (diff)
Bump github.com/alicebob/miniredis/v2 from 2.14.4 to 2.14.5
Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.14.4 to 2.14.5. - [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.4...v2.14.5) 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 dc2cf5ba..2192a9cc 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.16
require (
github.com/NYTimes/gziphandler v1.1.1
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
- github.com/alicebob/miniredis/v2 v2.14.4
+ github.com/alicebob/miniredis/v2 v2.14.5
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.12.0