From 05d732b2d3273aeb2db5a016d15345564ee008b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jul 2022 10:17:55 +0000 Subject: [PATCH] Bump github.com/layer5io/meshkit from 0.5.28 to 0.5.29 Bumps [github.com/layer5io/meshkit](/~https://github.com/layer5io/meshkit) from 0.5.28 to 0.5.29. - [Release notes](/~https://github.com/layer5io/meshkit/releases) - [Commits](/~https://github.com/layer5io/meshkit/compare/v0.5.28...v0.5.29) --- 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 5c3f52f..9bbcd0a 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ replace ( require ( github.com/layer5io/meshery-adapter-library v0.5.7 - github.com/layer5io/meshkit v0.5.28 + github.com/layer5io/meshkit v0.5.29 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 b3ba355..923ac20 100644 --- a/go.sum +++ b/go.sum @@ -903,8 +903,8 @@ github.com/layer5io/meshery-adapter-library v0.5.7/go.mod h1:YmLV0w6ucBagrqUB0x9 github.com/layer5io/meshery-operator v0.5.5/go.mod h1:s2YXueMYV9uhkFAKHKS0XN/aS4+F3yjZ+UMD04HGRx0= github.com/layer5io/meshkit v0.5.16/go.mod h1:tj5TAjty7T/WJ8YvlDfOZF94t4g3mhWuKBCc6MOUoNU= github.com/layer5io/meshkit v0.5.22/go.mod h1:EUfXIcztap9Dh0Ao3Dmoxf3FMsm4h7zFHGwagj+5ra4= -github.com/layer5io/meshkit v0.5.28 h1:PI3AyHTPDdpGR5jA9x9z0UVE31Tln5EktMzVLPw1oXM= -github.com/layer5io/meshkit v0.5.28/go.mod h1:dt0uOluDzatK6hbJEDAZbUsm7LJNb4nsXXaGUDtYxD0= +github.com/layer5io/meshkit v0.5.29 h1:2k5MESgSREmi8ajHbvf20QMTLhe9icHUmjG6N3oRiMs= +github.com/layer5io/meshkit v0.5.29/go.mod h1:dt0uOluDzatK6hbJEDAZbUsm7LJNb4nsXXaGUDtYxD0= 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=