From 3c5b7a9f8f2e36f1d27d836132bf3b0159edb47d Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 9 Aug 2021 11:44:47 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/sdk-k8s@main networkservicemesh/sdk-k8s# MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit networkservicemesh/sdk-k8s PR link: https://github.com/networkservicemesh/sdk-k8s/pull/ networkservicemesh/sdk-k8s commit message: commit fe08c5699b6dd3dee2bcb7b751e288c4180e7414 Author: Network Service Mesh Bot <60070799+nsmbot@users.noreply.github.com> Date: Mon Aug 9 06:42:43 2021 -0500 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 03f671a..bd6a0ae 100644 --- a/go.mod +++ b/go.mod @@ -7,8 +7,8 @@ require ( github.com/edwarnicke/grpcfd v0.1.0 github.com/kelseyhightower/envconfig v1.4.0 github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e - github.com/networkservicemesh/sdk v0.5.1-0.20210809080254-31cb2ac9a7af - github.com/networkservicemesh/sdk-k8s v0.0.0-20210809080745-f2665da6d440 + github.com/networkservicemesh/sdk v0.5.1-0.20210809113725-29aa796b3ed2 + github.com/networkservicemesh/sdk-k8s v0.0.0-20210809114243-fe08c5699b6d github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.8.1 github.com/spiffe/go-spiffe/v2 v2.0.0-beta.5 diff --git a/go.sum b/go.sum index a100558..386adf5 100644 --- a/go.sum +++ b/go.sum @@ -257,10 +257,10 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS github.com/nats-io/stan.go v0.6.0/go.mod h1:eIcD5bi3pqbHT/xIIvXMwvzXYElgouBvaVRftaE+eac= github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e h1:cCRjV+1sOuOrCF/0IPXH2PJ1y7hEbuqX9k+OFnU7xhU= github.com/networkservicemesh/api v1.0.1-0.20210715134717-6e4a0f8eae3e/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU= -github.com/networkservicemesh/sdk v0.5.1-0.20210809080254-31cb2ac9a7af h1:S2ruBZ99HI39bBuHrIlAjU5YzXXFXJurXID7/a88qas= -github.com/networkservicemesh/sdk v0.5.1-0.20210809080254-31cb2ac9a7af/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI= -github.com/networkservicemesh/sdk-k8s v0.0.0-20210809080745-f2665da6d440 h1:kJOISOys7tyfu/56XfdYhbMbyegL+qIw5gq6cLFg/b4= -github.com/networkservicemesh/sdk-k8s v0.0.0-20210809080745-f2665da6d440/go.mod h1:2y2d99u+6pmtAUBvFZ0Vnq1B6QfSgPytNsOwaSpN6DQ= +github.com/networkservicemesh/sdk v0.5.1-0.20210809113725-29aa796b3ed2 h1:6ptWAX2MK6R/xcoy65ZzXlhWl5bHgMAKWwNvM8fcbG0= +github.com/networkservicemesh/sdk v0.5.1-0.20210809113725-29aa796b3ed2/go.mod h1:7whufn2CIGBX+KW3U5b0IWB6f7bJJizY1vV1a5t2HXI= +github.com/networkservicemesh/sdk-k8s v0.0.0-20210809114243-fe08c5699b6d h1:DBw3ULISUHeIfJAi998bv/yf7ls8Tc0YWmTrSThrR7I= +github.com/networkservicemesh/sdk-k8s v0.0.0-20210809114243-fe08c5699b6d/go.mod h1:wSuB/7t+wo8I1TIj+cOG2J+D8bZaMkhHg8GuSIX5GMY= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=