From 9d834b250ddd2bdd4f600170926ed085ba356ebd Mon Sep 17 00:00:00 2001 From: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Fri, 7 Jul 2023 19:14:26 -0500 Subject: [PATCH] =?UTF-8?q?Update=20go.mod=20and=20go.sum=20to=20latest=20?= =?UTF-8?q?version=20from=20networkservicemesh/sd=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index b37d511..0302b5f 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/google/uuid v1.3.0 github.com/networkservicemesh/api v1.9.1-0.20230627143611-9785eacf9687 github.com/networkservicemesh/sdk v0.5.1-0.20230705083452-7ec603ea6b4e - github.com/networkservicemesh/sdk-kernel v0.0.0-20230705084454-c0eb836d904a + github.com/networkservicemesh/sdk-kernel v0.0.0-20230708000954-891e1f8eb821 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.8.3 go.uber.org/goleak v1.2.1 diff --git a/go.sum b/go.sum index 8bc9891..36e7dc7 100644 --- a/go.sum +++ b/go.sum @@ -193,8 +193,8 @@ github.com/networkservicemesh/api v1.9.1-0.20230627143611-9785eacf9687 h1:Kb6h5e github.com/networkservicemesh/api v1.9.1-0.20230627143611-9785eacf9687/go.mod h1:DO7D13Y4x/A8tQ2cQyUWa9o5wi7XHUB8+vITWRKreCc= github.com/networkservicemesh/sdk v0.5.1-0.20230705083452-7ec603ea6b4e h1:wC9k1j1n+tuglA21CHJIwVyU+/wYlypvsMTkxV8Wslg= github.com/networkservicemesh/sdk v0.5.1-0.20230705083452-7ec603ea6b4e/go.mod h1:r9XRbQ6UlS0+hefduzFb1cX9j3W/XNOqFqUlcQk7xYM= -github.com/networkservicemesh/sdk-kernel v0.0.0-20230705084454-c0eb836d904a h1:MwpVawpNQG5dSvUDoqJOoZcKIu34aBaaiTTtTr+aPec= -github.com/networkservicemesh/sdk-kernel v0.0.0-20230705084454-c0eb836d904a/go.mod h1:53rb+87WEM+d7XWqTT7dyWGt7al4ovEm2wWJYTvj7Jw= +github.com/networkservicemesh/sdk-kernel v0.0.0-20230708000954-891e1f8eb821 h1:MKTx4v66DTw1kgrVs6zet91LVuIQTZCiM7FfEMBpggY= +github.com/networkservicemesh/sdk-kernel v0.0.0-20230708000954-891e1f8eb821/go.mod h1:53rb+87WEM+d7XWqTT7dyWGt7al4ovEm2wWJYTvj7Jw= github.com/open-policy-agent/opa v0.44.0 h1:sEZthsrWBqIN+ShTMJ0Hcz6a3GkYsY4FaB2S/ou2hZk= github.com/open-policy-agent/opa v0.44.0/go.mod h1:YpJaFIk5pq89n/k72c1lVvfvR5uopdJft2tMg1CW/yU= github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=