Skip to content

Commit

Permalink
Update go.mod and go.sum to latest version from networkservicemesh/sd…
Browse files Browse the repository at this point in the history
…k@master networkservicemesh/sdk#

networkservicemesh/sdk PR link: https://github.com/networkservicemesh/sdk/pull/

networkservicemesh/sdk commit message:
commit 9cc8ab5b986707e64b6fa64baa54e5a49c259544
Author: Artem Belov <[email protected]>
Date:   Tue Mar 23 21:44:37 2021 +0700

    Heal rework (#738)

    * Heal

    Signed-off-by: Artem Belov <[email protected]>

    * Fix linter issues

    Signed-off-by: Artem Belov <[email protected]>

    * Skip test depends on restoring connection

    Signed-off-by: Artem Belov <[email protected]>

    * Fix goroutine race

    Signed-off-by: Artem Belov <[email protected]>

    * Remove request updating from monitor

    Signed-off-by: Artem Belov <[email protected]>

    * Localbypass Client

    Signed-off-by: Artem Belov <[email protected]>

    * Restore last valid connection by id

    Signed-off-by: Artem Belov <[email protected]>

    * Revert "Localbypass Client"

    This reverts commit 063706dab2de04296c9880ed240e857b34954ff1.

    Signed-off-by: Artem Belov <[email protected]>

    * Fix stuck on unregistered endpoint

    Signed-off-by: Artem Belov <[email protected]>

    * Enable NSMgr restored test

    Signed-off-by: Artem Belov <[email protected]>

    * Fix success request waiting for windows

    Signed-off-by: Artem Belov <[email protected]>

    * Fix testing registry clients

    Signed-off-by: Artem Belov <[email protected]>

    * Remove registry client from RegisterEndpoint arguments

    Signed-off-by: Artem Belov <[email protected]>

    * Use timestamppb.New instead of

    Signed-off-by: Artem Belov <[email protected]>

    * Fix missing candidates on refresh

    Signed-off-by: Artem Belov <[email protected]>

    * Add restored pods testing

    Signed-off-by: Artem Belov <[email protected]>

    * Revert localbypass fix; Skip NSMgr restored heal

    Signed-off-by: Artem Belov <[email protected]>

    * Fix data race

    Signed-off-by: Artem Belov <[email protected]>

    * Fix refresh after heal request; Add refresh after heal testing

    Signed-off-by: Artem Belov <[email protected]>

    * Close error chan on initial monitor done

    Signed-off-by: Artem Belov <[email protected]>

    * Pass register heal client func via context

    Signed-off-by: Artem Belov <[email protected]>

Signed-off-by: NSMBot <[email protected]>
  • Loading branch information
NSMBot committed Mar 23, 2021
1 parent c4bca4e commit 12d8391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 12d8391

Please sign in to comment.