diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-02-18 07:01:17 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-18 07:01:17 +0000 |
commit | 8731107ad4e23004500b04442ed8fba0242dfbf2 (patch) | |
tree | 57d4fe7b75915f27c5d75ca419b897e20659820d /go.mod | |
parent | 51d0f10096614bb300c439d5f973a805987fe4be (diff) |
Bump github.com/alicebob/miniredis/v2 from 2.14.2 to 2.14.3
Bumps [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) from 2.14.2 to 2.14.3.
- [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.2...v2.14.3)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.2 + github.com/alicebob/miniredis/v2 v2.14.3 github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.10.0 |