diff --git a/go.mod b/go.mod index a96c6b3..7f421a7 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ replace github.com/kudobuilder/kuttl => github.com/layer5io/kuttl v0.4.1-0.20200 require ( github.com/layer5io/meshery-adapter-library v0.1.25 - github.com/layer5io/meshkit v0.2.32 + github.com/layer5io/meshkit v0.2.34 github.com/layer5io/service-mesh-performance v0.3.3 golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect golang.org/x/sys v0.0.0-20210903071746-97244b99971b // indirect diff --git a/go.sum b/go.sum index 6b17b4d..6f0a11e 100644 --- a/go.sum +++ b/go.sum @@ -619,8 +619,8 @@ github.com/layer5io/learn-layer5/smi-conformance v0.0.0-20210317075357-06b4f88b3 github.com/layer5io/meshery-adapter-library v0.1.25 h1:vAHBr1EqXUzPkUhga4V2luVe11Fd1PKwT9ZtmDh0t6M= github.com/layer5io/meshery-adapter-library v0.1.25/go.mod h1:SLknhKksSoUtKzG2tvJKkN/DsMnGV+O+etmuj5Qew48= github.com/layer5io/meshkit v0.2.24/go.mod h1:blHAWgbcsNJ3rjKr8YvYke8jQILV75vRaARXYwSh0YA= -github.com/layer5io/meshkit v0.2.32 h1:anlvgmtmiS1DFZAUbRoZg0RvaFpva1POhZw5Rm5qMAQ= -github.com/layer5io/meshkit v0.2.32/go.mod h1:2o6I6N7XmupMvJRb1gqlRBIf51GIUqwCzPCGarZxIRU= +github.com/layer5io/meshkit v0.2.34 h1:bpYMDXVV/935+kA3hp4boXzjuFpPh7oqM0MOvlQdTZM= +github.com/layer5io/meshkit v0.2.34/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=