From 12d8391d8bc8046c69716627669b44b82168df4e Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 23 Mar 2021 14:45:11 +0000 Subject: [PATCH] Update go.mod and go.sum to latest version from networkservicemesh/sdk@master networkservicemesh/sdk# networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/ networkservicemesh/sdk commit message: commit 9cc8ab5b986707e64b6fa64baa54e5a49c259544 Author: Artem Belov Date: Tue Mar 23 21:44:37 2021 +0700 Heal rework (#738) * Heal Signed-off-by: Artem Belov * Fix linter issues Signed-off-by: Artem Belov * Skip test depends on restoring connection Signed-off-by: Artem Belov * Fix goroutine race Signed-off-by: Artem Belov * Remove request updating from monitor Signed-off-by: Artem Belov * Localbypass Client Signed-off-by: Artem Belov * Restore last valid connection by id Signed-off-by: Artem Belov * Revert "Localbypass Client" This reverts commit 063706dab2de04296c9880ed240e857b34954ff1. Signed-off-by: Artem Belov * Fix stuck on unregistered endpoint Signed-off-by: Artem Belov * Enable NSMgr restored test Signed-off-by: Artem Belov * Fix success request waiting for windows Signed-off-by: Artem Belov * Fix testing registry clients Signed-off-by: Artem Belov * Remove registry client from RegisterEndpoint arguments Signed-off-by: Artem Belov * Use timestamppb.New instead of Signed-off-by: Artem Belov * Fix missing candidates on refresh Signed-off-by: Artem Belov * Add restored pods testing Signed-off-by: Artem Belov * Revert localbypass fix; Skip NSMgr restored heal Signed-off-by: Artem Belov * Fix data race Signed-off-by: Artem Belov * Fix refresh after heal request; Add refresh after heal testing Signed-off-by: Artem Belov * Close error chan on initial monitor done Signed-off-by: Artem Belov * Pass register heal client func via context Signed-off-by: Artem Belov 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 d6ec25f..681d9f4 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/antonfisher/nested-logrus-formatter v1.1.0 github.com/edwarnicke/exechelper v1.0.2 github.com/kelseyhightower/envconfig v1.4.0 - github.com/networkservicemesh/sdk v0.0.0-20210322090132-801aa9713ef0 + github.com/networkservicemesh/sdk v0.0.0-20210323144437-9cc8ab5b9867 github.com/sirupsen/logrus v1.7.0 github.com/spiffe/go-spiffe/v2 v2.0.0-alpha.4.0.20200528145730-dc11d0c74e85 github.com/stretchr/testify v1.6.1 diff --git a/go.sum b/go.sum index be50c09..d6627bd 100644 --- a/go.sum +++ b/go.sum @@ -117,8 +117,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 v0.0.0-20210305165706-bcfdc8d78700 h1:c4M5DLI0L3IMx56Gqnt6kQ4SAF0tRCu0thxH2gmTxCE= github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700/go.mod h1:qvxdY1Zt4QTtiG+uH1XmjpegeHjlt5Jj4A8iK55iJPI= -github.com/networkservicemesh/sdk v0.0.0-20210322090132-801aa9713ef0 h1:wrDC/zHuIxmUbctxoH2eZmsebZLZ9xSt46PKLMEmxCs= -github.com/networkservicemesh/sdk v0.0.0-20210322090132-801aa9713ef0/go.mod h1:+LVOGPLY1FYgFW+ROUR5jxq/9pUl8NDSbq/8xyoUqxA= +github.com/networkservicemesh/sdk v0.0.0-20210323144437-9cc8ab5b9867 h1:ZlD7U4nSJ+IbFD2w/Xkui4ikB4L3LQS7ZOLvnQLqoeU= +github.com/networkservicemesh/sdk v0.0.0-20210323144437-9cc8ab5b9867/go.mod h1:+LVOGPLY1FYgFW+ROUR5jxq/9pUl8NDSbq/8xyoUqxA= 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=