From 5be4c116cf25d48d1c3c024f1ca282dc21f1a233 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Sat, 8 Jul 2023 00:10:37 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main PR link: https://github.com/networkservicemesh/sdk-kernel/pull/598 Commit: 891e1f8 Author: Denis Tingaikin Date: 2023-07-08 03:09:54 +0300 Message: - Merge pull request #598 from Nordix/pbr-sync-table-key Signed-off-by: NSMBot --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4471bbb..9fa27a3 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/miekg/dns v1.1.50 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/sirupsen/logrus v1.9.0 github.com/spiffe/go-spiffe/v2 v2.0.0 diff --git a/go.sum b/go.sum index 57c25a0..44c80f1 100644 --- a/go.sum +++ b/go.sum @@ -198,8 +198,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=