From 7662d6276331e5127f2f3cee1c72da5ff4ded495 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Wed, 7 Jul 2021 19:09:22 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/sdk@main networkservicemesh/sdk# networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/ networkservicemesh/sdk commit message: commit 573e61d08ba3651743fff9598c20c6aa102153c5 Author: Denis Tingaikin <49399980+denis-tingaikin@users.noreply.github.com> Date: Thu Jul 8 02:08:51 2021 +0700 fix nse client refresh in floating interdomain scenario (#1004) Signed-off-by: denis-tingajkin 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 7ef61de..0af5c3d 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/edwarnicke/exechelper v1.0.3 github.com/edwarnicke/grpcfd v0.1.0 github.com/kelseyhightower/envconfig v1.4.0 - github.com/networkservicemesh/sdk v0.5.1-0.20210707175101-e25782cc5071 + github.com/networkservicemesh/sdk v0.5.1-0.20210707190851-573e61d08ba3 github.com/sirupsen/logrus v1.8.1 github.com/spiffe/go-spiffe/v2 v2.0.0-beta.6 github.com/stretchr/testify v1.7.0 diff --git a/go.sum b/go.sum index 4c805ab..148fcde 100644 --- a/go.sum +++ b/go.sum @@ -124,8 +124,8 @@ 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.20210707174502-3bce416a9f33 h1:jBCwRQUVHVjKCiv9JYhtSyF0YorVMQ17Tnyllt1HcRw= github.com/networkservicemesh/api v1.0.1-0.20210707174502-3bce416a9f33/go.mod h1:B6meq/SWjWR6bGXZdXPfbOeaBK+T1JayLdtEJQCsXKU= -github.com/networkservicemesh/sdk v0.5.1-0.20210707175101-e25782cc5071 h1:S/pmZoTL6HKH9BX/06TFev2+eW9jDdLRdjUbOwnJTO4= -github.com/networkservicemesh/sdk v0.5.1-0.20210707175101-e25782cc5071/go.mod h1:Z+6mVcifGFKaeD9fKlfq8t7LFoYIx90hZsAHXsm5GP0= +github.com/networkservicemesh/sdk v0.5.1-0.20210707190851-573e61d08ba3 h1:vtw0LNbyusxALyJN1FLtyaESghnhJZmDVQckDK+6W98= +github.com/networkservicemesh/sdk v0.5.1-0.20210707190851-573e61d08ba3/go.mod h1:Z+6mVcifGFKaeD9fKlfq8t7LFoYIx90hZsAHXsm5GP0= 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/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=