From c493593d082a31f93be3354e37ccc017bffa7c34 Mon Sep 17 00:00:00 2001 From: MUzairS15 Date: Sat, 11 Nov 2023 02:16:54 +0530 Subject: [PATCH] bump meshkit Signed-off-by: MUzairS15 --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 62f928a..34ea6b6 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/cenkalti/backoff/v4 v4.2.1 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.1 github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3e34 - github.com/layer5io/meshkit v0.6.77 + github.com/layer5io/meshkit v0.6.84 github.com/layer5io/service-mesh-performance v0.3.4 github.com/spf13/viper v1.17.0 go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 diff --git a/go.sum b/go.sum index a25503f..cf4957f 100644 --- a/go.sum +++ b/go.sum @@ -509,8 +509,8 @@ github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0/go.mod h1:vmVJ0l/dxyfGW6Fm github.com/layer5io/kuttl v0.4.1-0.20200806180306-b7e46afd657f/go.mod h1:UmrVd7x+bNVKrpmKgTtfRiTKHZeNPcMjQproJ0vGwhE= github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3e34 h1:QaViadDOBCMDUwYx78kfRvHMkzRVnh/GOhm3s2gxoP4= github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3e34/go.mod h1:BQPLwdJt7v7y0fXIejI4whR9zMyX07Wjt5xrbgEmHLw= -github.com/layer5io/meshkit v0.6.77 h1:OWkR+sCL1hX55dojxbHa27z9qPsVVf8QjjAmhiAS3QQ= -github.com/layer5io/meshkit v0.6.77/go.mod h1:y7whFT94lBfphF6H06/0hSDxtk6+g01YBWch2pySwdk= +github.com/layer5io/meshkit v0.6.84 h1:YAShEJGf6KyOAil4Ks9nPKs2PlWyXVnIRsQbdEzwHS4= +github.com/layer5io/meshkit v0.6.84/go.mod h1:8dujy2ZSjnmtI7bFhMhnBUwFSlkPDyOowp6iLvxMslk= 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=