From a5af5893400f9829a2db3b432d1f554c61df1fee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 20:50:19 +0000 Subject: [PATCH] Bump github.com/layer5io/service-mesh-performance from 0.3.4 to 0.6.1 Bumps [github.com/layer5io/service-mesh-performance](https://github.com/layer5io/service-mesh-performance) from 0.3.4 to 0.6.1. - [Release notes](https://github.com/layer5io/service-mesh-performance/releases) - [Commits](https://github.com/layer5io/service-mesh-performance/compare/v0.3.4...v0.6.1) --- updated-dependencies: - dependency-name: github.com/layer5io/service-mesh-performance dependency-type: direct:production update-type: version-update:semver-minor ... 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 0fdefab4..04c41e83 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/google/uuid v1.3.0 github.com/layer5io/meshery-adapter-library v0.6.7 github.com/layer5io/meshkit v0.6.45 - github.com/layer5io/service-mesh-performance v0.3.4 + github.com/layer5io/service-mesh-performance v0.6.1 gopkg.in/yaml.v2 v2.4.0 k8s.io/apimachinery v0.26.1 ) diff --git a/go.sum b/go.sum index d0ec884d..3c32ac1b 100644 --- a/go.sum +++ b/go.sum @@ -597,8 +597,8 @@ github.com/layer5io/meshery-adapter-library v0.6.7/go.mod h1:7vsze4Cd0pzKtbD+BAR github.com/layer5io/meshkit v0.6.45 h1:gGXTqj8KtWH6JS68MVXhPOg2HHUc/zXoQ4PsYyiiUBU= github.com/layer5io/meshkit v0.6.45/go.mod h1:ztj50XGg3XBFfub+0xedRMog0EbxPzlrRe+8hIsnTtY= 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= +github.com/layer5io/service-mesh-performance v0.6.1 h1:Q1k6E96UEwcmNIirbMpRY7Odost1eOdrCh6R8IbTOXs= +github.com/layer5io/service-mesh-performance v0.6.1/go.mod h1:W153amv8aHAeIWxO7b7d7Vibt9RhaEVh4Uh+RG+BumQ= github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.1.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=