From 544535e4df436e2aab39633fd651d26768283e6f Mon Sep 17 00:00:00 2001 From: NSMBot Date: Tue, 23 Mar 2021 14:45:19 +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 75b7294..23248fd 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/golang/protobuf v1.4.3 github.com/google/uuid v1.1.2 github.com/networkservicemesh/api v0.0.0-20210305165706-bcfdc8d78700 - github.com/networkservicemesh/sdk v0.0.0-20210322090132-801aa9713ef0 + github.com/networkservicemesh/sdk v0.0.0-20210323144437-9cc8ab5b9867 github.com/onsi/ginkgo v1.13.0 // indirect github.com/pkg/errors v0.9.1 github.com/sirupsen/logrus v1.7.0 diff --git a/go.sum b/go.sum index 9bef448..fa9936e 100644 --- a/go.sum +++ b/go.sum @@ -247,8 +247,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/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78=