diff --git a/go.mod b/go.mod index 726a532..8dbd015 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ replace ( require ( github.com/layer5io/meshery-adapter-library v0.5.2 - github.com/layer5io/meshkit v0.5.2 + github.com/layer5io/meshkit v0.5.6 github.com/layer5io/service-mesh-performance v0.3.3 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index 10ae4cd..e880606 100644 --- a/go.sum +++ b/go.sum @@ -599,8 +599,8 @@ github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3 github.com/layer5io/meshery-adapter-library v0.5.2 h1:xjXaIZc96oKxIOWpydsYz0CJoV5wAGzJT2GplJ67Y9I= github.com/layer5io/meshery-adapter-library v0.5.2/go.mod h1:OkeWQDI1r+TAvuJO7obHDjBkBcUWzWSftSHArg3afwY= github.com/layer5io/meshkit v0.5.1/go.mod h1:2o6I6N7XmupMvJRb1gqlRBIf51GIUqwCzPCGarZxIRU= -github.com/layer5io/meshkit v0.5.2 h1:pTKQTHEIrLTEU8c9ScDXcFn5zjORvu83oeV50dY24N4= -github.com/layer5io/meshkit v0.5.2/go.mod h1:2o6I6N7XmupMvJRb1gqlRBIf51GIUqwCzPCGarZxIRU= +github.com/layer5io/meshkit v0.5.6 h1:ANte86b6uokn4gpAnoUNkoLhopgeHtzFLjCr8vVlvY8= +github.com/layer5io/meshkit v0.5.6/go.mod h1:2o6I6N7XmupMvJRb1gqlRBIf51GIUqwCzPCGarZxIRU= 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.2/go.mod h1:W153amv8aHAeIWxO7b7d7Vibt9RhaEVh4Uh+RG+BumQ= github.com/layer5io/service-mesh-performance v0.3.3 h1:KtouYXg64y+G0soPJwDeB0sM6PXolBpkV6Ke15aqwmk=