From 77b8047373274f043758602d718c9fd1fef9a50c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 14:14:44 +0000 Subject: [PATCH] Bump github.com/layer5io/meshkit from 0.2.1 to 0.2.2 Bumps [github.com/layer5io/meshkit](https://github.com/layer5io/meshkit) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/layer5io/meshkit/releases) - [Commits](https://github.com/layer5io/meshkit/compare/v0.2.1...v0.2.2) Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 53c37d2e..cce90ae1 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/go-logr/logr v0.4.0 github.com/golang/protobuf v1.4.3 // indirect github.com/google/uuid v1.1.2 // indirect - github.com/layer5io/meshkit v0.2.1 + github.com/layer5io/meshkit v0.2.2 github.com/onsi/ginkgo v1.14.2 github.com/onsi/gomega v1.10.4 golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d // indirect diff --git a/go.sum b/go.sum index 1fcb441e..4f5f678b 100644 --- a/go.sum +++ b/go.sum @@ -456,8 +456,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/lann/builder v0.0.0-20180802200727-47ae307949d0/go.mod h1:dXGbAdH5GtBTC4WfIxhKZfyBF/HBFgRZSWwZ9g/He9o= github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0/go.mod h1:vmVJ0l/dxyfGW6FmdpVm2joNMFikkuWg0EoCKLGUMNw= -github.com/layer5io/meshkit v0.2.1 h1:TSGLcSe/5ghlCwdpytNgMAG7jR4tDyYaWTWakB38hx0= -github.com/layer5io/meshkit v0.2.1/go.mod h1:I/iDjm3Qz3//hQYh6h3UVssqYCKV0eX/xhaFsppRv00= +github.com/layer5io/meshkit v0.2.2 h1:6OPVrMAWrhJk00Jk0ueusWL1PSoBqW4IXdq889kqyzE= +github.com/layer5io/meshkit v0.2.2/go.mod h1:I/iDjm3Qz3//hQYh6h3UVssqYCKV0eX/xhaFsppRv00= github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.7.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=