diff options
author | Valery Piashchynski <[email protected]> | 2021-05-20 11:16:46 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-20 11:16:46 +0300 |
commit | 1d49dfaed60f20988ec6a6be6cc0ea5ea923dbb8 (patch) | |
tree | b2cb064637c5832fecdf2a5e71f0808bbf609617 /go.mod | |
parent | fe1c3324fe03db972a02940c293a081c2db7a2c3 (diff) | |
parent | 39a2bd98541822a32535f2eaa9a1f552cb899808 (diff) |
#680 Bump github.com/alicebob/miniredis/v2 from 2.14.3 to 2.14.4
#680 Bump github.com/alicebob/miniredis/v2 from 2.14.3 to 2.14.4
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.3 + github.com/alicebob/miniredis/v2 v2.14.4 github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b github.com/dustin/go-humanize v1.0.0 github.com/fatih/color v1.11.0 |