From bb555aaff5c482898d2fbdc422d2b9be18e4e6f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 22:35:05 +1000 Subject: [PATCH] Bump github.com/tidwall/redcon from 1.1.1 to 1.2.0 (#130) Bumps [github.com/tidwall/redcon](https://github.com/tidwall/redcon) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/tidwall/redcon/releases) - [Commits](https://github.com/tidwall/redcon/compare/v1.1.1...v1.2.0) Signed-off-by: dependabot-preview[bot] --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index ae3f33f..9c63f92 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.6.2 github.com/stretchr/testify v1.4.0 - github.com/tidwall/redcon v1.1.1 + github.com/tidwall/redcon v1.2.0 golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect golang.org/x/text v0.3.2 // indirect diff --git a/go.sum b/go.sum index 9a63f02..d223d8f 100644 --- a/go.sum +++ b/go.sum @@ -147,6 +147,8 @@ github.com/tidwall/redcon v1.1.0 h1:+ChCJJPfLjo0koEnIyI2b8lLZ+kSgAAP4NrWfXcMGRc= github.com/tidwall/redcon v1.1.0/go.mod h1:bdYBm4rlcWpst2XMwKVzWDF9CoUxEbUmM7CQrKeOZas= github.com/tidwall/redcon v1.1.1 h1:P2KZ8AukGhHlE88l59lSiBiPSnWzNZXJqaKroxNqlXQ= github.com/tidwall/redcon v1.1.1/go.mod h1:bdYBm4rlcWpst2XMwKVzWDF9CoUxEbUmM7CQrKeOZas= +github.com/tidwall/redcon v1.2.0 h1:NlAWEeGv1OUGontltI9sEdOGbXZiB0jj2aDELNDvZ0Q= +github.com/tidwall/redcon v1.2.0/go.mod h1:bdYBm4rlcWpst2XMwKVzWDF9CoUxEbUmM7CQrKeOZas= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=