From 0472a8170eed2ab1f14ba774eb39a5db130e17d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:11:52 +0000 Subject: [PATCH] Bump github.com/layer5io/meshkit from 0.7.84 to 0.7.87 Bumps [github.com/layer5io/meshkit](https://github.com/layer5io/meshkit) from 0.7.84 to 0.7.87. - [Release notes](https://github.com/layer5io/meshkit/releases) - [Commits](https://github.com/layer5io/meshkit/compare/v0.7.84...v0.7.87) --- 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 eeacfa263a..58c5c061b0 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/meshery/helm-kanvas-snapshot go 1.21.8 require ( - github.com/layer5io/meshkit v0.7.84 + github.com/layer5io/meshkit v0.7.87 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.8.1 github.com/spf13/viper v1.19.0 diff --git a/go.sum b/go.sum index 0213abdbe8..124eb3785c 100644 --- a/go.sum +++ b/go.sum @@ -21,8 +21,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE= github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/layer5io/meshkit v0.7.84 h1:BGedXw44ns+7+eiSST8zkEo0l4hJsbdaXV09IWcszvk= -github.com/layer5io/meshkit v0.7.84/go.mod h1:Yvcd6dKXqw05lmlYjH1cTq83Gh6T2/3XGyCO1X9k5js= +github.com/layer5io/meshkit v0.7.87 h1:aSjc936ADOq1OUQaK/mgIU+zidAKD0lvuqis02RmBbg= +github.com/layer5io/meshkit v0.7.87/go.mod h1:Yz6oO6KEJ4u9hB6UDnvrwZKlgt46BqVINiuH88oxTEI= github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY= github.com/magiconair/properties v1.8.7/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0= github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=