diff --git a/go.mod b/go.mod index 6276356..49c7341 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ replace ( require ( github.com/google/uuid v1.6.0 github.com/layer5io/meshery-adapter-library v1.1.0 - github.com/layer5io/meshkit v0.7.11 + github.com/layer5io/meshkit v0.7.12 github.com/sirupsen/logrus v1.9.3 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index a5b7bdb..0d47777 100644 --- a/go.sum +++ b/go.sum @@ -459,8 +459,8 @@ github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3 github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3e34/go.mod h1:BQPLwdJt7v7y0fXIejI4whR9zMyX07Wjt5xrbgEmHLw= github.com/layer5io/meshery-adapter-library v1.1.0 h1:aEu2C3KXZ6xeMt9rKIR0QgmYcTcURPt3AkNwn+p+kGQ= github.com/layer5io/meshery-adapter-library v1.1.0/go.mod h1:FCU9QDf8yh08QG63doH+qEbjBI6TJ7EjHRgU4wuAz7E= -github.com/layer5io/meshkit v0.7.11 h1:76pjOyMLvijDZKSwsGl43IzKO12diH7svKMKKBqbnI8= -github.com/layer5io/meshkit v0.7.11/go.mod h1:JYMa+b2ePuwci0Nw/fIiEHHgHfcjczNHNYfDD09p2z4= +github.com/layer5io/meshkit v0.7.12 h1:VzcHITAOuHKuoovulQ36mcj8aJSQ5YYPeiQlrzvhoPc= +github.com/layer5io/meshkit v0.7.12/go.mod h1:JYMa+b2ePuwci0Nw/fIiEHHgHfcjczNHNYfDD09p2z4= 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=