From 8daef81a80c4038e673737c28fe0a327f861e744 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 25 Apr 2022 23:40:28 +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/452 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit: 8af7ac5 Author: Network Service Mesh Bot Date: 2022-04-25 18:40:03 -0500 Message: - Update go.mod and go.sum to latest version from networkservicemesh/sd… Signed-off-by: NSMBot --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 12ede01f..3c2dd139 100644 --- a/go.mod +++ b/go.mod @@ -7,8 +7,8 @@ require ( github.com/golang/protobuf v1.5.2 github.com/google/uuid v1.2.0 github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5 - github.com/networkservicemesh/sdk v0.5.1-0.20220415125440-009c3f3a16bd - github.com/networkservicemesh/sdk-kernel v0.0.0-20220425221816-9d5cefb9cfa4 + github.com/networkservicemesh/sdk v0.5.1-0.20220425233641-318f409ee273 + github.com/networkservicemesh/sdk-kernel v0.0.0-20220425234003-8af7ac522592 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.7.0 go.uber.org/goleak v1.1.12 diff --git a/go.sum b/go.sum index c1ce0d74..513461e2 100644 --- a/go.sum +++ b/go.sum @@ -168,10 +168,10 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS github.com/nats-io/stan.go v0.10.2/go.mod h1:vo2ax8K2IxaR3JtEMLZRFKIdoK/3o1/PKueapB7ezX0= github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5 h1:5zQY4PhShozvj/GFJS0dX6ocamAB9oWwEOJviAhGUaw= github.com/networkservicemesh/api v1.3.0-rc.1.0.20220405210054-fbcde048efa5/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU= -github.com/networkservicemesh/sdk v0.5.1-0.20220415125440-009c3f3a16bd h1:8fDTCwamIPgBaeE4k1YETYEm5+l/iAUSBhn391UDoxI= -github.com/networkservicemesh/sdk v0.5.1-0.20220415125440-009c3f3a16bd/go.mod h1:QHDp+cawYWaL8UKppdZT9a6hn/1Oi9pUQTBOTjQPeG0= -github.com/networkservicemesh/sdk-kernel v0.0.0-20220425221816-9d5cefb9cfa4 h1:XWP6JmfT7/BeuSPJml7G9SnBn7FepBD/xpS99i4Fp1s= -github.com/networkservicemesh/sdk-kernel v0.0.0-20220425221816-9d5cefb9cfa4/go.mod h1:6XoT4ybgoirLN+m+O0QPpSFQqoY1cEAXiZf5hjWpJT4= +github.com/networkservicemesh/sdk v0.5.1-0.20220425233641-318f409ee273 h1:JVdnLN82QN1Fp8VS11JoXnB9t8qcg1sZqaY2F4ekT08= +github.com/networkservicemesh/sdk v0.5.1-0.20220425233641-318f409ee273/go.mod h1:G+NdPbtzcOWx1VljOj+L4kvZPQyYpiwCp84JYs+hGtc= +github.com/networkservicemesh/sdk-kernel v0.0.0-20220425234003-8af7ac522592 h1:OUpFW8WZMN8iiIPXlpe4nQcrbqIyF3crRhel9+/Hm3E= +github.com/networkservicemesh/sdk-kernel v0.0.0-20220425234003-8af7ac522592/go.mod h1:wEKot//6RuOyHoAPkGeKtPJVq07BAea27X9WyjiN2e8= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=