From 8f3e7372010781648d00f7781f394dcb0504981e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2020 14:14:04 +1000 Subject: [PATCH] Bump github.com/tidwall/redcon from 1.2.1 to 1.3.2 (#18) Bumps [github.com/tidwall/redcon](https://github.com/tidwall/redcon) from 1.2.1 to 1.3.2. - [Release notes](https://github.com/tidwall/redcon/releases) - [Commits](https://github.com/tidwall/redcon/compare/v1.2.1...v1.3.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e9a9636..34dc427 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/tidwall/raft-fastlog v0.0.0-20160922202426-2f0d0a0ce558 // indirect github.com/tidwall/raft-leveldb v0.0.0-20170127185243-ada471496dc9 // indirect github.com/tidwall/raft-redcon v0.1.0 // indirect - github.com/tidwall/redcon v1.2.1 + github.com/tidwall/redcon v1.3.2 github.com/tidwall/redlog v0.0.0-20170204190734-550629ebbfa9 // indirect golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a // indirect diff --git a/go.sum b/go.sum index 6e0206d..af7cebf 100644 --- a/go.sum +++ b/go.sum @@ -205,6 +205,8 @@ github.com/tidwall/redcon v1.2.0 h1:NlAWEeGv1OUGontltI9sEdOGbXZiB0jj2aDELNDvZ0Q= github.com/tidwall/redcon v1.2.0/go.mod h1:bdYBm4rlcWpst2XMwKVzWDF9CoUxEbUmM7CQrKeOZas= github.com/tidwall/redcon v1.2.1 h1:k34E1ROcdCvL9Ks7R40ycLApPABbWuXplFHQxuqzn80= github.com/tidwall/redcon v1.2.1/go.mod h1:bdYBm4rlcWpst2XMwKVzWDF9CoUxEbUmM7CQrKeOZas= +github.com/tidwall/redcon v1.3.2 h1:8INx/Nm3VSUbDUT16TH1rMgYQsbXNqy9xcX70edHXbo= +github.com/tidwall/redcon v1.3.2/go.mod h1:bdYBm4rlcWpst2XMwKVzWDF9CoUxEbUmM7CQrKeOZas= github.com/tidwall/redlog v0.0.0-20170204190734-550629ebbfa9 h1:UaKqBNPFP34MjxJarhxUwlCdn60KuRN08uLC+Bxo348= github.com/tidwall/redlog v0.0.0-20170204190734-550629ebbfa9/go.mod h1:NssoNA+Uwqd5WHKkVwAzO7AT6VuG3wiC8r5nBqds3Ao= github.com/tidwall/redlog v0.0.0-20180507234857-bbed90f29893 h1:aGyVYs0o1pThR9i+SuYCG/VqWibHkUXl9kIMZGhAXDw=