From de6809da7437fb44efbd083fe7d505a6332125ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 16:49:32 +0000 Subject: [PATCH] Bump github.com/layer5io/meshkit from 0.6.4 to 0.6.5 Bumps [github.com/layer5io/meshkit](https://github.com/layer5io/meshkit) from 0.6.4 to 0.6.5. - [Release notes](https://github.com/layer5io/meshkit/releases) - [Commits](https://github.com/layer5io/meshkit/compare/v0.6.4...v0.6.5) --- updated-dependencies: - dependency-name: github.com/layer5io/meshkit dependency-type: direct:production update-type: version-update:semver-patch ... 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 1ca97c7e..bc4f1b94 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ replace ( require ( github.com/google/uuid v1.3.0 github.com/layer5io/meshery-adapter-library v0.6.0 - github.com/layer5io/meshkit v0.6.4 + github.com/layer5io/meshkit v0.6.5 github.com/layer5io/service-mesh-performance v0.3.4 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index e3750bc1..cce8ac3d 100644 --- a/go.sum +++ b/go.sum @@ -576,8 +576,8 @@ github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3 github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3e34/go.mod h1:BQPLwdJt7v7y0fXIejI4whR9zMyX07Wjt5xrbgEmHLw= github.com/layer5io/meshery-adapter-library v0.6.0 h1:Tg3/e7qqVDOWtj1ZHEq8/dvQ/MG7Ebg5Q3dS6qvA0Is= github.com/layer5io/meshery-adapter-library v0.6.0/go.mod h1:uEAy+N9/50nnmH3kdTU+J1ZaKAn5ajL4hSHyQYHeasM= -github.com/layer5io/meshkit v0.6.4 h1:PvSGVP9klpxcF8WKSUUZIF24JUzgcS10AmAca/+WrWI= -github.com/layer5io/meshkit v0.6.4/go.mod h1:9ZXmiP0dxRCNlVYgchrOnfFcNrdHVXuayiuN8RRTQ68= +github.com/layer5io/meshkit v0.6.5 h1:XDfVCZFwIdwhm3FzchX9hfrJ/EOYmvtDxQDW+lRUqIk= +github.com/layer5io/meshkit v0.6.5/go.mod h1:9ZXmiP0dxRCNlVYgchrOnfFcNrdHVXuayiuN8RRTQ68= github.com/layer5io/service-mesh-performance v0.3.2-0.20210122142912-a94e0658b021/go.mod h1:W153amv8aHAeIWxO7b7d7Vibt9RhaEVh4Uh+RG+BumQ= github.com/layer5io/service-mesh-performance v0.3.4 h1:aw/elsx0wkry7SyiQRIj31wW7TPCP4YfhINdNOLXVg8= github.com/layer5io/service-mesh-performance v0.3.4/go.mod h1:W153amv8aHAeIWxO7b7d7Vibt9RhaEVh4Uh+RG+BumQ=