Skip to content

Commit 62947c5

Browse files
committed
bump meshkit to fix rate limitng issue
Signed-off-by: MUzairS15 <[email protected]>
1 parent 3bfec3b commit 62947c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ replace (
1313
require (
1414
github.com/aspenmesh/istio-vet v0.0.0-20200806222806-9c8e9a962b9f
1515
github.com/layer5io/meshery-adapter-library v0.6.9
16-
github.com/layer5io/meshkit v0.6.56
16+
github.com/layer5io/meshkit v0.6.58
1717
github.com/layer5io/service-mesh-performance v0.3.4
1818
gopkg.in/yaml.v2 v2.4.0
1919
istio.io/client-go v1.17.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,8 +539,8 @@ github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3
539539
github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3e34/go.mod h1:BQPLwdJt7v7y0fXIejI4whR9zMyX07Wjt5xrbgEmHLw=
540540
github.com/layer5io/meshery-adapter-library v0.6.9 h1:M9kFhU4EkSheSgDDig/gIZf3fNuntGFB5uHhAWqvzYk=
541541
github.com/layer5io/meshery-adapter-library v0.6.9/go.mod h1:09p4nsZzEuA3tmQ28ZqcItOAthZizSCApvnOVGnNs4w=
542-
github.com/layer5io/meshkit v0.6.56 h1:/ItymDjyqvyjw6FfDf8pBvnECTpUHRqxqSvowXvlgio=
543-
github.com/layer5io/meshkit v0.6.56/go.mod h1:elRSTVozMToDgWUkGvCgquK7VzoW2POB41QtAWfUWpQ=
542+
github.com/layer5io/meshkit v0.6.58 h1:nvYXh4hmbdxxz8VgMQ5UXDasmC9CxFLShBKOZK38wrA=
543+
github.com/layer5io/meshkit v0.6.58/go.mod h1:elRSTVozMToDgWUkGvCgquK7VzoW2POB41QtAWfUWpQ=
544544
github.com/layer5io/service-mesh-performance v0.3.2-0.20210122142912-a94e0658b021/go.mod h1:W153amv8aHAeIWxO7b7d7Vibt9RhaEVh4Uh+RG+BumQ=
545545
github.com/layer5io/service-mesh-performance v0.3.4 h1:aw/elsx0wkry7SyiQRIj31wW7TPCP4YfhINdNOLXVg8=
546546
github.com/layer5io/service-mesh-performance v0.3.4/go.mod h1:W153amv8aHAeIWxO7b7d7Vibt9RhaEVh4Uh+RG+BumQ=

0 commit comments

Comments
 (0)