diff --git a/go.mod b/go.mod index 0eb3a1b68..a28254de4 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ replace ( require ( github.com/aspenmesh/istio-vet v0.0.0-20200806222806-9c8e9a962b9f github.com/layer5io/meshery-adapter-library v0.5.8 - github.com/layer5io/meshkit v0.5.28 + github.com/layer5io/meshkit v0.5.31 github.com/layer5io/service-mesh-performance v0.3.4 gopkg.in/yaml.v2 v2.4.0 istio.io/client-go v1.14.2 diff --git a/go.sum b/go.sum index e7d5de530..2434053d4 100644 --- a/go.sum +++ b/go.sum @@ -597,6 +597,8 @@ github.com/layer5io/meshery-adapter-library v0.5.8 h1:usu2OKaytOHRLHiLNeybX5MkQ7 github.com/layer5io/meshery-adapter-library v0.5.8/go.mod h1:IvURQMnZHa3z0OTcUSPqCHUgTsW2x0/+KjCqpYfMbt0= 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.31 h1:z6U3Ggp0sJaU47j/l8MClCgmkm7cZwJssYHpk/eorPI= +github.com/layer5io/meshkit v0.5.31/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=