diff --git a/go.mod b/go.mod index 42d0090..e19d773 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200 require ( github.com/google/uuid v1.3.1 github.com/layer5io/meshery-adapter-library v1.1.0 - github.com/layer5io/meshkit v0.6.79 + github.com/layer5io/meshkit v0.6.82 github.com/layer5io/service-mesh-performance v0.3.4 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/go.sum b/go.sum index 7cfb7cc..2bed642 100644 --- a/go.sum +++ b/go.sum @@ -539,8 +539,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.6.79 h1:FxXtcJtQdoY6L3wL8W8YdnR7nxiNn3xY2U0o7GNC1Ec= -github.com/layer5io/meshkit v0.6.79/go.mod h1:8dujy2ZSjnmtI7bFhMhnBUwFSlkPDyOowp6iLvxMslk= +github.com/layer5io/meshkit v0.6.82 h1:6uy2nMSS8bmvAyhgo1Pz4Zlhr07AMWx8NIDkDGYlyLE= +github.com/layer5io/meshkit v0.6.82/go.mod h1:6to0Knzf6Ef6GVKYiu4ZnF1bupo0c+x7csTVEaEVg6U= 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=