diff options
author | Valery Piashchynski <[email protected]> | 2021-02-18 18:27:06 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-18 18:27:06 +0300 |
commit | 811514fcfc7344ad3dcc95e4981086e956e1f99c (patch) | |
tree | 84638cc3c347fb1a344e48ee01b55abdd849362a /go.mod | |
parent | 546b350a35b35af9eecb61aab5f7bcbbaffd449f (diff) | |
parent | 9fd1ab79d2c82605747e960014f68e95234a9eeb (diff) |
Merge pull request #549 from spiral/dependabot/go_modules/github.com/alicebob/miniredis/v2-2.14.3
Bump github.com/alicebob/miniredis/v2 from 2.14.2 to 2.14.3
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 |